diff Small_CPU/Src/compass.c @ 313:49f5db6139d5

Minor: Remove unused compass header file. The LSM303DLHC is not used in any hardware sold. Next board rev will get the (not yet supported) LSM303AGR compass/accelarator chip.
author heinrichsweikamp
date Sat, 01 Jun 2019 10:12:15 +0200
parents f9b17e898a7a
children c3d511365552
line wrap: on
line diff
--- a/Small_CPU/Src/compass.c	Fri May 31 06:22:50 2019 +0000
+++ b/Small_CPU/Src/compass.c	Sat Jun 01 10:12:15 2019 +0200
@@ -32,7 +32,6 @@
 
 #include "compass.h"
 #include "compass_LSM303D.h"
-#include "compass_LSM303DLHC.h"
 
 #include "i2c.h"
 #include "spi.h"