소스 검색

Update main.c

Bernard Xiong 6 년 전
부모
커밋
4e5c28a279
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      bsp/stm32/stm32f405-smdz-breadfruit/applications/main.c

+ 1 - 2
bsp/stm32/stm32f405-smdz-breadfruit/applications/main.c

@@ -13,9 +13,8 @@
 #include <board.h>
 
 /* defined the LED0 pin: PC4-36 PA8-8,PC5-37,PA10-10*/
-//#define LED0_PIN    GET_PIN(C, 4)
-//#define LED0_PIN    36
 #define LED0_PIN 10
+
 int main(void)
 {
     int count = 1;