avr: cleanup, added labels to calculate module sizes.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
.cseg
|
||||
|
||||
COM_RECV_BEGIN:
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
@@ -154,5 +155,7 @@ comReceivePacketToSram_error:
|
||||
ret
|
||||
|
||||
|
||||
COM_RECV_END:
|
||||
.equ MODULE_SIZE_COM_RECV = COM_RECV_END-COM_RECV_BEGIN
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user