diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-02-12 15:56:24 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-02-12 15:56:24 -0500 |
| commit | afc1c88046540427f6a2bcd19b02b13e04871bdc (patch) | |
| tree | 995b26106a94604af4abb68bc1a8605241da2d44 | |
| parent | fd2982f5c951b7a61ab82e6a103c7a060affd50c (diff) | |
remove bad define
| -rw-r--r-- | ports/stm32f4/mpconfigport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/stm32f4/mpconfigport.h b/ports/stm32f4/mpconfigport.h index 2e1af47ec..283984ea9 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 |
