fix feather m4 qspi

This commit is contained in:
ladyada 2018-06-26 13:15:01 -04:00
parent 94d0cf49f7
commit 11c9a8d1e2

View file

@ -203,6 +203,9 @@ static const uint8_t SCL = PIN_WIRE_SCL;
#define PIN_QSPI_IO2 (41u)
#define PIN_QSPI_IO3 (42u)
//TODO: meaningful value for this
#define VARIANT_QSPI_BAUD_DEFAULT 5000000
#ifdef __cplusplus
}
#endif