Merge pull request #712 from niklasbautz/patch-1

Update settings.h
This commit is contained in:
Kristian Sloth Lauszus 2022-05-06 01:53:16 +02:00 committed by GitHub
commit c8f056dbe4
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
#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