fdcavalcanti commented on code in PR #16022:
URL: https://github.com/apache/nuttx/pull/16022#discussion_r2003941304


##########
arch/xtensa/src/common/espressif/esp_loader.c:
##########
@@ -209,7 +209,7 @@ int map_rom_segments(uint32_t app_drom_start, uint32_t 
app_drom_vaddr,
           ram_segments++;
         }
 
-      ets_printf("%s: lma 0x%08x vma 0x%08x len 0x%-6x (%u)\n",
+      ets_printf("%s: lma 0x%08x vma 0x%08lx len 0x%-6lx (%lu)\n",

Review Comment:
   Only affects Xtensa, there's no need right now.
   Did that for some generic drivers, though (#15822, #15914, #15915 and #15918)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to