introduce macros bigjmp and bigcall for intermodule calls/jmps
translates to rjmp/rcall on MCUs with up to 8K flash and to jmp/call on others.
This commit is contained in:
@@ -162,7 +162,7 @@ appStatsSend16BitValue:
|
||||
ldi r20, 1
|
||||
clr r21
|
||||
ldi r22, AQHOME_VALUETYPE_STATS
|
||||
rjmp Main_SendValueReport
|
||||
bigjmp Main_SendValueReport
|
||||
; @end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user