diff options
| author | ITACA Innovation S.R.L <40298126+ITACAInnovation@users.noreply.github.com> | 2020-10-31 11:06:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-31 11:06:56 +0100 |
| commit | 9a8484b853116e6f95f50da6d3bc66323d55ca9f (patch) | |
| tree | 906e1b97e92d5e7fe8820c126d4546f9692456fb | |
| parent | a7616808e951b52e2ced08a7a279a224490ae404 (diff) | |
Update mpconfigboard.h
Removed ignore PA30 PA31 in order to allow using them as pinout
| -rw-r--r-- | ports/atmel-samd/boards/uchip/mpconfigboard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/uchip/mpconfigboard.h b/ports/atmel-samd/boards/uchip/mpconfigboard.h index 1877a41ef..5d6af4b78 100644 --- a/ports/atmel-samd/boards/uchip/mpconfigboard.h +++ b/ports/atmel-samd/boards/uchip/mpconfigboard.h @@ -16,8 +16,6 @@ #define IGNORE_PIN_PA27 1 #define IGNORE_PIN_PA28 1 -#define IGNORE_PIN_PA30 1 -#define IGNORE_PIN_PA31 1 #define IGNORE_PIN_PB01 1 #define IGNORE_PIN_PB02 1 |
