Skip to content

Commit f4280f4

Browse files
Ashwani Sihagdavids5
authored andcommitted
Fix SaamPix bootloader runtime board ID to 200
1 parent 0447266 commit f4280f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hw_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
# define USBPRODUCTID 0x008E
487487
# define BOOT_DELAY_ADDRESS 0x000001a0
488488

489-
# define BOARD_TYPE TARGET_HW_SAAMPIX_V1_1
489+
# define BOARD_TYPE 200
490490
# define _FLASH_KBYTES (*(uint16_t *)0x1fff7a22)
491491
# define BOARD_FLASH_SECTORS ((_FLASH_KBYTES == 0x400) ? 11 : 23)
492492
# define BOARD_FLASH_SIZE (_FLASH_KBYTES * 1024)

0 commit comments

Comments
 (0)