Merge pull request #4735 from bleything/bhb-unreserve-pa00-pa01

free up PA00 and PA01 on BHB
This commit is contained in:
Kattni 2021-05-10 12:38:02 -04:00 committed by GitHub
commit 054317d47d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
#define SPI_FLASH_CS_PIN &pin_PA27
// These are pins not to reset.
#define MICROPY_PORT_A (PORT_PA00 | PORT_PA01)
#define MICROPY_PORT_A (0)
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)