initial code 수정 #1

Merged
kng70 merged 2 commits from feature/initial into main 2025-04-30 14:44:43 +09:00
Showing only changes of commit b5279272d9 - Show all commits

8
main.c
View File

@ -88,14 +88,6 @@ void APP_Init(void)
HAL_TIM_IC_Start_IT(&htim1, TIM_CHANNEL_1); HAL_TIM_IC_Start_IT(&htim1, TIM_CHANNEL_1);
HAL_TIM_IC_Start_IT(&htim3, TIM_CHANNEL_3); HAL_TIM_IC_Start_IT(&htim3, TIM_CHANNEL_3);
//set_led_color(LED_MOTOR, LED_COLOR_OFF);
//set_led_color(LED_HOST_TX, LED_COLOR_OFF);
//set_led_color(LED_HOST_RX, LED_COLOR_OFF);
print_ver();
//state_ent_standby(EVENT_STATE_POLL);
g_st.report = true;
} }
/* USER CODE END 0 */ /* USER CODE END 0 */