mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 05:17:03 +08:00
[nps] fix time: initialize sys_time by adding missing PERIPHERALS_AUTO_INIT
This commit is contained in:
@@ -141,6 +141,8 @@ void mcu_init(void) {
|
||||
#ifdef USE_DAC
|
||||
dac_init();
|
||||
#endif
|
||||
#else
|
||||
#pragma message "Info: Not auto-initializing mcu peripherals including sys_time"
|
||||
#endif /* PERIPHERALS_AUTO_INIT */
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user