We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec39fd commit cd0b2e3Copy full SHA for cd0b2e3
ports/atmel-samd/boards/mini_sam_m0/mpconfigboard.h
@@ -28,7 +28,7 @@
28
// <0x2=>PAD[3,1]_DO_SCK
29
// <0x3=>PAD[0,3]_DO_SCK
30
#define SPI_FLASH_DOPO 1
31
-#define SPI_FLASH_DIPO 1 // same as MISO pad
+#define SPI_FLASH_DIPO 0 // same as MISO pad
32
33
// These are pins not to reset.
34
#define MICROPY_PORT_A (PORT_PA00 | PORT_PA08 | PORT_PA09 | PORT_PA10 |PORT_PA11 | PORT_PA24 | PORT_PA25)
0 commit comments