comment fix

This commit is contained in:
Graham Sanderson 2026-03-05 15:36:09 -06:00 committed by GitHub
parent d2dc01989e
commit bcbbc09430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@
#define PARTITION_TABLE_NO_PARTITION_INDEX 0xff
// values returned from \ref rom_get_last_boot_type()
// --- note these match a subset REBOOT_TYPE2_ constants in pico/bootrom_constants.h,14
// --- note these match the REBOOT2_FLAG_REBOOT_TYPE_ constants in pico/bootrom_constants.h
// values 0-7 are secure/non-secure
#define BOOT_TYPE_NORMAL 0
#define BOOT_TYPE_BOOTSEL 2