ソースを参照

support stm32l082 MCUs

Juraj Ďuďák 9 ヶ月 前
コミット
186ec7200f
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)
+#if defined (STM32L031xx) or defined (STM32L082xx)
 #include "stm32l0xx_hal.h"
 #endif