changes
This commit is contained in:
@ -27,6 +27,11 @@ void my_errorHandler() {
|
||||
show(LED_RED, ON);
|
||||
}
|
||||
|
||||
void second_tick(void *handle) {
|
||||
logMsg("Tick");
|
||||
}
|
||||
|
||||
|
||||
|
||||
void my_setup_2() {
|
||||
show(LED_RED, OFF);
|
||||
@ -37,9 +42,11 @@ void my_setup_2() {
|
||||
|
||||
configInit();
|
||||
|
||||
wizInit();
|
||||
// wizInit();
|
||||
|
||||
cmdHandlerInit();
|
||||
// cmdHandlerInit();
|
||||
|
||||
schAdd(second_tick, NULL, 0, 60*1000);
|
||||
logMsg("Application running");
|
||||
}
|
||||
|
||||
@ -70,3 +77,4 @@ void HAL_SPI_TxCpltCallback(SPI_HandleTypeDef *hspi) {
|
||||
eepromSpiTxCpltCallback(hspi);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user