avr: cleanup, added labels to calculate module sizes.
This commit is contained in:
@@ -42,6 +42,8 @@ timerModuleData_end:
|
||||
|
||||
.cseg
|
||||
|
||||
TIMER_BEGIN:
|
||||
|
||||
|
||||
; number of entries here must be equal to bytes in timerModuleDerivedCounters!
|
||||
timerTable:
|
||||
@@ -319,6 +321,8 @@ timerIrq2_l2:
|
||||
|
||||
|
||||
|
||||
TIMER_END:
|
||||
.equ MODULE_SIZE_TIMER = TIMER_END-TIMER_BEGIN
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user