From b5279272d97523d403270969c56c8a4840b47d88 Mon Sep 17 00:00:00 2001 From: neilkim Date: Wed, 30 Apr 2025 14:27:52 +0900 Subject: [PATCH 1/2] =?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 */ -- 2.34.1 From f39f58a12bac3cb3606388237dcfe745138d3389 Mon Sep 17 00:00:00 2001 From: neilkim Date: Wed, 30 Apr 2025 14:35:30 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=86=8C=EA=B0=9C=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add readme.txt file --- readme.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..d1a6b55 --- /dev/null +++ b/readme.txt @@ -0,0 +1,4 @@ +read me 파일 + +이 프로젝트는 git을 테스트하기 위한 연습 용 프로젝트입니다. +누구나 부담 없이 파일 수정, 추가, 삭제하며 git 기능을 익히세요. \ No newline at end of file -- 2.34.1