avr: cleanup, added labels to calculate module sizes.

This commit is contained in:
Martin Preuss
2023-04-08 18:18:19 +02:00
parent 4a915a3c85
commit 0f678d7d5a
21 changed files with 416 additions and 167 deletions

View File

@@ -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