소스 검색

[update]modify Bear-Pi BSP configuration error

chenjiafan 5 년 전
부모
커밋
e05e6c0402
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/stm32/stm32l431-BearPi/board/SConscript

+ 1 - 1
bsp/stm32/stm32l431-BearPi/board/SConscript

@@ -33,7 +33,7 @@ elif rtconfig.CROSS_TOOL == 'iar':
 # STM32L4R7xx || STM32L4R9xx || STM32L4S5xx
 # STM32L4R7xx || STM32L4R9xx || STM32L4S5xx
 # STM32L4S7xx || STM32L4S9xx
 # STM32L4S7xx || STM32L4S9xx
 # You can select chips from the list above	
 # You can select chips from the list above	
-CPPDEFINES = ['STM32L432xx']
+CPPDEFINES = ['STM32L431xx']
 group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
 group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
 
 
 Return('group')
 Return('group')