diff Small_CPU/Src/compass.c @ 219:f9b17e898a7a Improve_IPC_Sync

Resolved some minor warnings
author ideenmodellierer
date Sun, 31 Mar 2019 15:44:56 +0200
parents b95741467355
children 49f5db6139d5
line wrap: on
line diff
--- a/Small_CPU/Src/compass.c	Sun Mar 31 15:44:12 2019 +0200
+++ b/Small_CPU/Src/compass.c	Sun Mar 31 15:44:56 2019 +0200
@@ -35,6 +35,7 @@
 #include "compass_LSM303DLHC.h"
 
 #include "i2c.h"
+#include "spi.h"
 #include "RTE_FlashAccess.h" // to store compass_calib_data
 
 #include "stm32f4xx_hal.h"