Skip to content

Commit

Permalink
change BOARD_ID
Browse files Browse the repository at this point in the history
use new random number from https://microsoft.github.io/uf2/patcher/ for BOOTLOADER_BOARD_ID
  • Loading branch information
shaoziyang committed Mar 25, 2020
1 parent 9ba743a commit d51cb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/pybnanov2/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const uint32_t configData[] = {
CFG_PIN_BTN_A, 0x2D, // PC_13
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x18000, // RAM_BYTES = 0x18000
208, 0x1f884ff3, // BOOTLOADER_BOARD_ID = 0x1f884ff3
208, 0x2d89a8a6, // BOOTLOADER_BOARD_ID = 0x2d89a8a6
209, 0x57755a57, // UF2_FAMILY = STM32F401
210, 0x10, // PINS_PORT_SIZE = PA_16
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand Down

0 comments on commit d51cb8b

Please sign in to comment.