diff options
| author | Damien George | 2018-02-09 18:40:40 +1100 |
|---|---|---|
| committer | Damien George | 2018-02-09 18:40:40 +1100 |
| commit | 02f88cb2df73b7cf2baf7568c26999269baa45f0 (patch) | |
| tree | cf1e1aa57ae554a9387861b66dc2d1f0a1df1460 /ports/stm32/boards/NUCLEO_F767ZI | |
| parent | 2d5bab46be2175ff0d8db02a74afc34f0c8d287f (diff) | |
stm32/boards: Remove all config options that are set to defaults.
mpconfigboard_common.h now sets the defaults so there is no longer a need
to explicitly list all configuration options in a board's mpconfigboard.h
file.
Diffstat (limited to 'ports/stm32/boards/NUCLEO_F767ZI')
| -rw-r--r-- | ports/stm32/boards/NUCLEO_F767ZI/mpconfigboard.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/stm32/boards/NUCLEO_F767ZI/mpconfigboard.h b/ports/stm32/boards/NUCLEO_F767ZI/mpconfigboard.h index 8952bce82..c3fd016c1 100644 --- a/ports/stm32/boards/NUCLEO_F767ZI/mpconfigboard.h +++ b/ports/stm32/boards/NUCLEO_F767ZI/mpconfigboard.h @@ -8,14 +8,8 @@ #define MICROPY_HW_HAS_SWITCH (1) #define MICROPY_HW_HAS_FLASH (1) -#define MICROPY_HW_HAS_SDCARD (0) -#define MICROPY_HW_HAS_MMA7660 (0) -#define MICROPY_HW_HAS_LIS3DSH (0) -#define MICROPY_HW_HAS_LCD (0) #define MICROPY_HW_ENABLE_RNG (1) #define MICROPY_HW_ENABLE_RTC (1) -#define MICROPY_HW_ENABLE_TIMER (1) -#define MICROPY_HW_ENABLE_SERVO (0) #define MICROPY_HW_ENABLE_DAC (1) #define MICROPY_HW_ENABLE_CAN (1) |
