[esp8266] Remove unused USE_FAST_MILLIS_ACCUMULATOR define

This commit is contained in:
J. Nick Koston
2026-04-11 23:16:06 -10:00
parent 3d3e26d141
commit aec0be356f
-1
View File
@@ -318,7 +318,6 @@ async def to_code(config):
# handlers) use our fast accumulator instead of the expensive 4x 64-bit multiply
# implementation in the Arduino ESP8266 core.
cg.add_build_flag("-Wl,--wrap=millis")
cg.add_define("USE_FAST_MILLIS_ACCUMULATOR")
cg.add_platformio_option("board_build.flash_mode", config[CONF_BOARD_FLASH_MODE])