mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
[esp8266] Remove unused USE_FAST_MILLIS_ACCUMULATOR define
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user