소스 검색

fix preprocessor OR

Juraj Ďuďák 9 달 전
부모
커밋
c951f5d2d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/icm_datatypes.h

+ 1 - 1
src/icm_datatypes.h

@@ -16,7 +16,7 @@
 #include "stm32l4xx_hal.h"
 #endif
 
-#if defined (STM32L031xx) or defined (STM32L082xx)
+#if defined (STM32L031xx) || defined (STM32L082xx)
 #include "stm32l0xx_hal.h"
 #endif