Skip to content

Commit 11c9a8d

Browse files
committed
fix feather m4 qspi
1 parent 94d0cf4 commit 11c9a8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/feather_m4/variant.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ static const uint8_t SCL = PIN_WIRE_SCL;
203203
#define PIN_QSPI_IO2 (41u)
204204
#define PIN_QSPI_IO3 (42u)
205205

206+
//TODO: meaningful value for this
207+
#define VARIANT_QSPI_BAUD_DEFAULT 5000000
208+
206209
#ifdef __cplusplus
207210
}
208211
#endif

0 commit comments

Comments
 (0)