From afc1c88046540427f6a2bcd19b02b13e04871bdc Mon Sep 17 00:00:00 2001 From: Lucian Copeland Date: Wed, 12 Feb 2020 15:56:24 -0500 Subject: [PATCH] remove bad define --- ports/stm32f4/mpconfigport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/stm32f4/mpconfigport.h b/ports/stm32f4/mpconfigport.h index 2e1af47ece..283984ea90 100644 --- a/ports/stm32f4/mpconfigport.h +++ b/ports/stm32f4/mpconfigport.h @@ -49,9 +49,6 @@ #ifndef BOARD_NO_VBUS_SENSE #define BOARD_NO_VBUS_SENSE (0) #endif -#ifndef BOARD_USE_INTERNAL_SPI -#define BOARD_USE_INTERNAL_SPI (0) -#endif #define MAX_UART 10 //how many UART are implemented