Compare commits

..

No commits in common. "200cba4193be853196809a0d37f5289e3472c4e5" and "97dfdf30eba54679ed34d41a117728428969ecd7" have entirely different histories.

2 changed files with 8 additions and 4 deletions

8
main.c
View File

@ -88,6 +88,14 @@ 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 */

View File

@ -1,4 +0,0 @@
read me 파일
이 프로젝트는 git을 테스트하기 위한 연습 용 프로젝트입니다.
누구나 부담 없이 파일 수정, 추가, 삭제하며 git 기능을 익히세요.