avr: fixed UID generation (bad code order).
This commit is contained in:
@@ -33,6 +33,7 @@ main:
|
||||
; rcall watchdogOff ; turn off watchdog timer (sometimes it stays on after reboot)
|
||||
|
||||
rcall systemSetSpeed
|
||||
rcall Utils_Init
|
||||
rcall Utils_SetupUid
|
||||
rcall initModules
|
||||
rcall initialWait
|
||||
@@ -89,7 +90,7 @@ main_loop:
|
||||
; USED: depending on called routines
|
||||
|
||||
initModules:
|
||||
rcall Utils_Init
|
||||
; rcall Utils_Init
|
||||
rcall BaseTimer_Init ; unconditionally call this
|
||||
|
||||
#ifdef MODULES_TIMER
|
||||
|
||||
Reference in New Issue
Block a user