From b5279272d97523d403270969c56c8a4840b47d88 Mon Sep 17 00:00:00 2001 From: neilkim Date: Wed, 30 Apr 2025 14:27:52 +0900 Subject: [PATCH] =?UTF-8?q?initial=20code=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feature/initial 브랜치로 분기함 시작 시 실행되는 Init_App() 함수에 필요 없는 부분 수정 --- main.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main.c b/main.c index 3d21679..2ba5031 100644 --- a/main.c +++ b/main.c @@ -88,14 +88,6 @@ void APP_Init(void) HAL_TIM_IC_Start_IT(&htim1, TIM_CHANNEL_1); 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 */