diff options
| author | Limor "Ladyada" Fried <limor@ladyada.net> | 2020-09-12 14:18:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-12 14:18:32 -0400 |
| commit | b24d3b886af1d4fbbe481961a3b3215fcc0ba799 (patch) | |
| tree | 8e09813599409adb0d367caab37f875719c5f30f | |
| parent | 4fa419a7518530e94f5e98a2dfd71866f6168bd0 (diff) | |
| parent | cacb0124acc13025c8658d9e1fe57b58780105b5 (diff) | |
Merge pull request #3399 from jepler/feather-m4-quadspi
feather_m4_express: Use quad data mode on flash
| -rw-r--r-- | ports/atmel-samd/boards/feather_m4_express/mpconfigboard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.h b/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.h index ba16d17ee..a57b18e24 100644 --- a/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.h +++ b/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.h @@ -16,8 +16,6 @@ #define MICROPY_PORT_C (0) #define MICROPY_PORT_D (0) -#define EXTERNAL_FLASH_QSPI_DUAL - #define BOARD_HAS_CRYSTAL 1 #define DEFAULT_I2C_BUS_SCL (&pin_PA13) |
