mirror of
https://github.com/esphome/esphome.git
synced 2024-11-30 18:54:14 +01:00
pulse_counter_ulp: fix typo in bc64701
This commit is contained in:
parent
4a8907d70d
commit
8b66ff90d8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const char *to_string(CountMode count_mode) {
|
||||||
case CountMode::decrement:
|
case CountMode::decrement:
|
||||||
return "decrement";
|
return "decrement";
|
||||||
}
|
}
|
||||||
return "UNKNOWM MODE";
|
return "UNKNOWN MODE";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === ULP === */
|
/* === ULP === */
|
||||||
|
|
Loading…
Reference in a new issue