Browse Source

Bluecell 수정 사항
- 불필요한 함수 제거
- 불필요한 변수 정리

PYJ 5 years ago
parent
commit
3f80900f81
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Src/main.c

+ 0 - 1
Src/main.c

@@ -224,7 +224,6 @@ extern void DET_LevelAlarmCheck();
224 224
 extern void ALC_Function();
225 225
 extern void Boot_LED_Toggle(void);
226 226
 extern void ADC_Check(void);
227
-extern void Booting_LED_Check(void);
228 227
 uint8_t MBICTest_Firmdata[8]  = {1,2,3,4,5,6,7,8};
229 228
 
230 229
 /* USER CODE END 0 */