comparison Small_CPU/Src/compass.c @ 192:a61b46a5265b div-fixes-cleanup-1

cleanup: fix compiler warning SPI_Evaluate_RX_Data() was not declared. Include the correct header. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Sat, 16 Mar 2019 21:08:18 +0100
parents 9baecc0c24b2
children b95741467355
comparison
equal deleted inserted replaced
191:cdbdb4458520 192:a61b46a5265b
32 32
33 #include "compass.h" 33 #include "compass.h"
34 #include "compass_LSM303D.h" 34 #include "compass_LSM303D.h"
35 #include "compass_LSM303DLHC.h" 35 #include "compass_LSM303DLHC.h"
36 36
37 #include "spi.h"
37 #include "i2c.h" 38 #include "i2c.h"
38 #include "RTE_FlashAccess.h" // to store compass_calib_data 39 #include "RTE_FlashAccess.h" // to store compass_calib_data
39 40
40 #include "stm32f4xx_hal.h" 41 #include "stm32f4xx_hal.h"
41 42