mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 19:48:39 +00:00
[esp8266] Drop redundant arch_get_cpu_cycle_count() decl
The inline def above was already in place; the bare decl was inherited via the merge from followup/hal-esp32 and is now redundant on this PR.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user