Skip to content

Commit 9ced2bc

Browse files
cleaned up pca10100 as well
1 parent 7008762 commit 9ced2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boards/pca10100/pinconfig.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const uint32_t bootloaderConfig[] =
88
CFG_MAGIC0, CFG_MAGIC1, // magic
99
5, 100, // used entries, total entries
1010

11-
204, 0x80000, // FLASH_BYTES = 0x100000/2=0x80000
12-
205, 0x20000, // RAM_BYTES = 0x40000/2=0x20000
11+
204, 0x80000, // FLASH_BYTES
12+
205, 0x20000, // RAM_BYTES
1313
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2
1414
209, 0xada52840, // UF2_FAMILY = 0xada52840
1515
210, 0x20, // PINS_PORT_SIZE = PA_32

0 commit comments

Comments
 (0)