mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
pulse_counter_ulp: Add namespace to dummy header to pass lint
This commit is contained in:
parent
36e1573927
commit
a9b1f32828
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// Required to pass linting
|
||||
namespace pulse_counter_ulp {} // namespace pulse_counter_ulp
|
||||
|
||||
extern uint32_t ulp_changed;
|
||||
extern uint32_t ulp_debounce_counter;
|
||||
extern uint32_t ulp_debounce_max_count;
|
||||
|
|
Loading…
Reference in a new issue