Skip to content

Commit c98dd65

Browse files
committed
Remove bootrom structs dependency
1 parent 8854725 commit c98dd65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pico_w/wifi/ota_update/picow_ota_update.c

-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ int main() {
323323
printf("Someone updated into me\n");
324324
if (boot_info.reboot_params[0]) printf("Flash update base was %x\n", boot_info.reboot_params[0]);
325325
if (boot_info.tbyb_and_update_info) printf("Update info %x\n", boot_info.tbyb_and_update_info);
326-
if (always->zero_init.tbyb_flag_flash_addr) printf("TBYB flash address is %x\n", always->zero_init.tbyb_flag_flash_addr);
327-
if (always->zero_init.version_downgrade_erase_flash_addr) printf("TBYB erase address is %x\n", always->zero_init.version_downgrade_erase_flash_addr);
328326
ret = rom_explicit_buy(workarea, sizeof(workarea));
329327
if (ret) printf("Buy returned %d\n", ret);
330328
ret = rom_get_boot_info(&boot_info);

0 commit comments

Comments
 (0)