Update settings.h

Without this line it won't compile for stm32 under PlatformIO
This commit is contained in:
niklasbautz 2022-05-05 13:36:56 +02:00 committed by GitHub
parent e14b8477f7
commit fff7f09a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,6 +173,7 @@ e-mail : support@circuitsathome.com
#ifdef STM32F4 #ifdef STM32F4
#include "stm32f4xx_hal.h" #include "stm32f4xx_hal.h"
extern SPI_HandleTypeDef SPI_Handle; // Needed to be declared in your main.cpp extern SPI_HandleTypeDef SPI_Handle; // Needed to be declared in your main.cpp
#define MFK_CASTUINT8T (uint8_t)
#endif #endif
// Fix defines on Arduino Due // Fix defines on Arduino Due