Skip to content

Commit 688f0e3

Browse files
committed
Update MKR1300 board definition too
1 parent be6b49c commit 688f0e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#define MICROPY_HW_BOARD_NAME "Arduino MKR1300"
22
#define MICROPY_HW_MCU_NAME "samd21g18"
33

4-
#define MICROPY_PORT_A (PORT_PA24 | PORT_PA25)
4+
#define MICROPY_PORT_A (0)
55
#define MICROPY_PORT_B (0)
66
#define MICROPY_PORT_C (0)
77

8-
#include "internal_flash.h"
9-
108
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
119

1210
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)

0 commit comments

Comments
 (0)