mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-14 21:19:43 +01:00
Clarify static_assert message
This commit is contained in:
parent
a49fab6138
commit
9f207485da
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include "hardware/flash.h"
|
||||
#include "pico/unique_id.h"
|
||||
|
||||
static_assert(PICO_UNIQUE_BOARD_ID_SIZE_BYTES == FLASH_UNIQUE_ID_SIZE_BYTES, "Board ID size must match flash ID");
|
||||
static_assert(PICO_UNIQUE_BOARD_ID_SIZE_BYTES == FLASH_UNIQUE_ID_SIZE_BYTES, "Board ID size must match flash ID size");
|
||||
|
||||
static pico_unique_board_id_t retrieved_id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue