mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
Update esphome/components/logger/logger_zephyr.cpp
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
07ec0a7f49
commit
9d57c9897c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace logger {
|
|||
static const char *const TAG = "logger";
|
||||
|
||||
void Logger::loop() {
|
||||
if (this->uart_ != UART_SELECTION_USB_CDC || nullptr == uart_dev_) {
|
||||
if (this->uart_ != UART_SELECTION_USB_CDC || nullptr == this->uart_dev_) {
|
||||
return;
|
||||
}
|
||||
static bool opened = false;
|
||||
|
|
Loading…
Reference in a new issue