diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld index 8befa3fc9f..ce6c480d60 100644 --- a/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld @@ -77,7 +77,7 @@ PROVIDE ( atol = 0x400014dc ); PROVIDE ( strdup = 0x40001380 ); PROVIDE ( strndup = 0x400013ec ); PROVIDE ( rand_r = 0x40001494 ); -PROVIDE ( rand = 0x400014a0 ); +PROVIDE ( rand = 0x4003b2a8 ); PROVIDE ( srand = 0x400014ac ); PROVIDE ( strtol = 0x400014e8 ); PROVIDE ( strtoul = 0x400014f4 );