1
0
forked from me/IronOS

Update includes

This commit is contained in:
Ben V. Brown
2020-05-29 23:13:30 +10:00
parent 2d8d1ad8da
commit 7c45b67967
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
#include "Pins.h" #include "Pins.h"
#include "main.hpp" #include "main.hpp"
#include "history.hpp" #include "history.hpp"
#include "FRToSI2C.hpp" #include "I2C_Wrapper.hpp"
volatile uint16_t PWMSafetyTimer = 0; volatile uint16_t PWMSafetyTimer = 0;
volatile uint8_t pendingPWM = 0; volatile uint8_t pendingPWM = 0;

View File

@@ -8,7 +8,7 @@
#ifndef LIS2DH12_HPP_ #ifndef LIS2DH12_HPP_
#define LIS2DH12_HPP_ #define LIS2DH12_HPP_
#include "stm32f1xx_hal.h" #include "stm32f1xx_hal.h"
#include "FRToSI2C.hpp" #include "I2C_Wrapper.hpp"
#include "LIS2DH12_defines.hpp" #include "LIS2DH12_defines.hpp"
#include "BSP.h" #include "BSP.h"

View File

@@ -9,7 +9,7 @@
#define MMA8652FC_HPP_ #define MMA8652FC_HPP_
#include "stm32f1xx_hal.h" #include "stm32f1xx_hal.h"
#include "MMA8652FC_defines.h" #include "MMA8652FC_defines.h"
#include "FRToSI2C.hpp" #include "I2C_Wrapper.hpp"
#include "BSP.h" #include "BSP.h"
class MMA8652FC { class MMA8652FC {

View File

@@ -13,7 +13,7 @@
#include "stm32f1xx_hal.h" #include "stm32f1xx_hal.h"
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
#include "FRToSI2C.hpp" #include "I2C_Wrapper.hpp"
#include "Font.h" #include "Font.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@@ -14,7 +14,7 @@
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "task.h" #include "task.h"
#include "Settings.h" #include "Settings.h"
#include "FRToSI2C.hpp" #include "I2C_Wrapper.hpp"
#include "stdlib.h" #include "stdlib.h"
#include "LIS2DH12.hpp" #include "LIS2DH12.hpp"
#include <MMA8652FC.hpp> #include <MMA8652FC.hpp>