We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d90992 commit b51fa1bCopy full SHA for b51fa1b
src/rp2_common/hardware_flash/flash.c
@@ -288,7 +288,7 @@ void flash_get_unique_id(uint8_t *id_out) {
288
#if !PICO_RP2040
289
// This is a static symbol because the layout of FLASH_DEVINFO is liable to change from device to
290
// device, so fields must have getters/setters.
291
-static io_rw_16 * flash_devinfo_ptr(void) {
+static io_rw_16 * __no_inline_not_in_flash_func(flash_devinfo_ptr)(void) {
292
// Note the lookup returns a pointer to a 32-bit pointer literal in the ROM
293
io_rw_16 **p = (io_rw_16 **) rom_data_lookup_inline(ROM_DATA_FLASH_DEVINFO16_PTR);
294
assert(p);
0 commit comments