avr: reorganized data to simplify message creation.
This commit is contained in:
@@ -20,19 +20,22 @@ com2DataBegin:
|
||||
|
||||
com2Interrupts: .byte 2
|
||||
|
||||
com2RecvStatsBegin: ; 12 bytes
|
||||
com2StatsPacketsIn: .byte 2
|
||||
|
||||
com2StatsIoError: .byte 2
|
||||
com2StatsContentError: .byte 2
|
||||
com2StatsIoError: .byte 2
|
||||
com2StatsNoBufferError: .byte 2
|
||||
com2StatsIgnored: .byte 2
|
||||
com2StatsHandled: .byte 2
|
||||
com2StatsMissed: .byte 2 ; currently not used
|
||||
com2RecvStatsEnd:
|
||||
|
||||
com2SendStatsBegin: ; 6 bytes
|
||||
com2StatsPacketsOut: .byte 2
|
||||
com2StatsBusyError: .byte 2
|
||||
com2StatsCollisions: .byte 2
|
||||
com2StatsBusyError: .byte 2
|
||||
com2SendStatsEnd:
|
||||
|
||||
com2StatsIgnored: .byte 2
|
||||
|
||||
com2RecvBuffersUsed: .byte 1
|
||||
com2MaxBuffersUsed: .byte 1
|
||||
|
||||
Reference in New Issue
Block a user