mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
commit
c8f056dbe4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue