Skip to content

Commit cd0b2e3

Browse files
authored
Update mpconfigboard.h
1 parent aec39fd commit cd0b2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/mini_sam_m0/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// <0x2=>PAD[3,1]_DO_SCK
2929
// <0x3=>PAD[0,3]_DO_SCK
3030
#define SPI_FLASH_DOPO 1
31-
#define SPI_FLASH_DIPO 1 // same as MISO pad
31+
#define SPI_FLASH_DIPO 0 // same as MISO pad
3232

3333
// These are pins not to reset.
3434
#define MICROPY_PORT_A (PORT_PA00 | PORT_PA08 | PORT_PA09 | PORT_PA10 |PORT_PA11 | PORT_PA24 | PORT_PA25)

0 commit comments

Comments
 (0)