8000 Update ports/atmel-samd/boards/p1am_200/mpconfigboard.h · JettIsOnTheNet/circuitpython@3a201f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a201f4

Browse files
Update ports/atmel-samd/boards/p1am_200/mpconfigboard.h
Co-authored-by: Dan Halbert <halbert@halwitz.org>
1 parent 50bc315 commit 3a201f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
#define MICROPY_HW_NEOPIXEL (&pin_PC24)
99

10-
// These are pins not to reset.
11-
// QSPI Data pins
12-
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11)
13-
// QSPI CS, and QSPI SCK
14-
#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11)
15-
#define MICROPY_PORT_C (0)
16-
#define MICROPY_PORT_D (0)
17-
1810
#define BOARD_HAS_CRYSTAL 1
1911

2012
#define DEFAULT_I2C_BUS_SCL (&pin_PB21)

0 commit comments

Comments
 (0)
0