diff Small_CPU/Src/compass.c @ 221:486dddfba7ce

Merged in Ideenmodellierer/ostc4/Improve_IPC_Sync (pull request #12) Improve IPC Sync
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Mon, 01 Apr 2019 09:01:09 +0000
parents f9b17e898a7a
children 49f5db6139d5
line wrap: on
line diff
--- a/Small_CPU/Src/compass.c	Thu Mar 28 13:05:29 2019 +0000
+++ b/Small_CPU/Src/compass.c	Mon Apr 01 09:01:09 2019 +0000
@@ -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"