[nps] fix time: initialize sys_time by adding missing PERIPHERALS_AUTO_INIT

This commit is contained in:
Felix Ruess
2013-02-27 21:44:35 +01:00
parent 9d82064b47
commit 7ce7fc917a
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -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 */
}