Browse Source

fix preprocessor OR

Juraj Ďuďák 9 tháng trước cách đây
mục cha
commit
c951f5d2d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/icm_datatypes.h

+ 1 - 1
src/icm_datatypes.h

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