# HG changeset patch # User Jan Mulder # Date 1552766898 -3600 # Node ID a61b46a5265b209d0afbce8f0e751931e56dbbfb # Parent cdbdb4458520ea5a0efa0a14cf515023961c2124 cleanup: fix compiler warning SPI_Evaluate_RX_Data() was not declared. Include the correct header. Signed-off-by: Jan Mulder diff -r cdbdb4458520 -r a61b46a5265b Small_CPU/Src/compass.c --- a/Small_CPU/Src/compass.c Sat Mar 16 21:02:10 2019 +0100 +++ b/Small_CPU/Src/compass.c Sat Mar 16 21:08:18 2019 +0100 @@ -34,6 +34,7 @@ #include "compass_LSM303D.h" #include "compass_LSM303DLHC.h" +#include "spi.h" #include "i2c.h" #include "RTE_FlashAccess.h" // to store compass_calib_data