8000 free up PA00 and PA01 on BHB · domdfcoding/circuitpython@cae4eea · GitHub
[go: up one dir, main page]

Skip to content

Commit cae4eea

Browse files
bleythingdhalbert
authored andcommitted
free up PA00 and PA01 on BHB
1 parent 3474f6b commit cae4eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define SPI_FLASH_CS_PIN &pin_PA27
1010

1111
// These are pins not to reset.
12-
#define MICROPY_PORT_A (PORT_PA00 | PORT_PA01)
12+
#define MICROPY_PORT_A (0)
1313
#define MICROPY_PORT_B (0)
1414
#define MICROPY_PORT_C (0)
1515

0 commit comments

Comments
 (0)
0