From fff7f09a45f54b809733870ea5b6c6d9f824227b Mon Sep 17 00:00:00 2001 From: niklasbautz <58566859+niklasbautz@users.noreply.github.com> Date: Thu, 5 May 2022 13:36:56 +0200 Subject: [PATCH] Update settings.h Without this line it won't compile for stm32 under PlatformIO --- settings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.h b/settings.h index 6b134dfb..275f0a6b 100644 --- a/settings.h +++ b/settings.h @@ -173,6 +173,7 @@ e-mail : support@circuitsathome.com #ifdef STM32F4 #include "stm32f4xx_hal.h" extern SPI_HandleTypeDef SPI_Handle; // Needed to be declared in your main.cpp +#define MFK_CASTUINT8T (uint8_t) #endif // Fix defines on Arduino Due