mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
pulse_counter_ulp: Fix namespace
This commit is contained in:
parent
a9b1f32828
commit
3208a2f0c5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#pragma once
|
||||
|
||||
// Required to pass linting
|
||||
namespace pulse_counter_ulp {} // namespace pulse_counter_ulp
|
||||
namespace esphome::pulse_counter_ulp {} // namespace esphome::pulse_counter_ulp
|
||||
|
||||
extern uint32_t ulp_changed;
|
||||
extern uint32_t ulp_debounce_counter;
|
||||
|
|
Loading…
Reference in a new issue