Skip to content

Commit f4c7bf8

Browse files
authored
Merge pull request #401 from bjoernQ/bugfix/fix-esp32c2-ets_update_cpu_frequency_rom
ESP32-C2: ets_update_cpu_frequency_rom fix
2 parents 862b858 + 820fdab commit f4c7bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32c2-hal/ld/rom-functions.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROVIDE(ets_delay_us = 0x40000044);
2-
PROVIDE(ets_update_cpu_frequency_rom = 0x40008550);
2+
PROVIDE(ets_update_cpu_frequency_rom = 0x40000774);
33
PROVIDE(rom_i2c_writeReg = 0x400022f4);
44
PROVIDE(rom_i2c_writeReg_Mask = 0x400022fc);
55
PROVIDE(rtc_get_reset_reason = 0x40000018);

0 commit comments

Comments
 (0)