mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-01 05:05:25 +00:00
b81b3538bb
The test uses whatever timer implementation is present in the IP65 library.
8 lines
186 B
ArmAsm
8 lines
186 B
ArmAsm
; helper object file to export clr_timer ASM symbols to C
|
|
|
|
.import timer_init, timer_seconds
|
|
.export _timer_init, _timer_seconds
|
|
|
|
_timer_init = timer_init
|
|
_timer_seconds = timer_seconds
|