소스 검색

[bsp][stm32] fix stm32/stm32g071-st-nucleo bug

SummerGift 6 년 전
부모
커밋
ebf961bc92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/stm32/stm32g071-st-nucleo/applications/main.c

+ 1 - 1
bsp/stm32/stm32g071-st-nucleo/applications/main.c

@@ -13,7 +13,7 @@
 #include <board.h>
 
 /* defined the LED pin: PA5 */
-#define LED_PIN     GET_PIN(A, 5)
+#define LED0_PIN     GET_PIN(A, 5)
 
 int main(void)
 {