avr: cleanup, added labels to calculate module sizes.
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
|
||||
.cseg
|
||||
|
||||
COM_SEND_BEGIN:
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; comSendPacketHandleRepeat
|
||||
@@ -205,4 +208,7 @@ comDeallocReadBufAndIncrCounter:
|
||||
|
||||
|
||||
|
||||
COM_SEND_END:
|
||||
.equ MODULE_SIZE_COM_SEND = COM_SEND_END-COM_SEND_BEGIN
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user