fix coloredMsg
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user