Merge branch 'followup/hal-esp8266' into followup/hal-libretiny

This commit is contained in:
J. Nick Koston
2026-04-29 15:38:01 -05:00
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
#ifdef USE_ESP8266
#include "esphome/core/hal.h"
#include "esphome/core/helpers.h"
#include <Arduino.h>
#include <core_esp8266_features.h>
-2
View File
@@ -66,8 +66,6 @@ __attribute__((always_inline)) inline void arch_init() {}
__attribute__((always_inline)) inline uint32_t arch_get_cpu_cycle_count() { return esp_get_cycle_count(); }
__attribute__((always_inline)) inline uint32_t arch_get_cpu_freq_hz() { return F_CPU; }
uint32_t arch_get_cpu_cycle_count();
} // namespace esphome
#endif // USE_ESP8266