fixup bad static_assert
This commit is contained in:
parent
983a0299a5
commit
8a4e21bd8e
@ -165,7 +165,7 @@ static void __no_inline_not_in_flash_func(flash_do_cmd)(const uint8_t *txbuf, ui
|
|||||||
// Use standard RUID command to get a unique identifier for the flash (and
|
// Use standard RUID command to get a unique identifier for the flash (and
|
||||||
// hence the board)
|
// hence the board)
|
||||||
|
|
||||||
static_assert(FLASH_UNIQUE_ID_SIZE_BYTES == FLASH_RUID_DATA_BYTES);
|
static_assert(FLASH_UNIQUE_ID_SIZE_BYTES == FLASH_RUID_DATA_BYTES, "");
|
||||||
|
|
||||||
void flash_get_unique_id(uint8_t *id_out) {
|
void flash_get_unique_id(uint8_t *id_out) {
|
||||||
#if PICO_NO_FLASH
|
#if PICO_NO_FLASH
|
||||||
|
Loading…
Reference in New Issue
Block a user