fix coloredMsg

This commit is contained in:
2021-02-07 13:14:35 +01:00
parent b3431fafa7
commit c691620ff7
5 changed files with 49 additions and 50 deletions

View File

@ -29,7 +29,7 @@ void my_errorHandler() {
}
void second_tick(void *handle) {
coloredMsg(LOG_BLUE, false, "Tick");
coloredMsg(LOG_GREEN, "Tick");
}
@ -102,4 +102,4 @@ void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim) {
state = 0;
}
}
}
}