mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00: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
@ -14,7 +14,7 @@ namespace logger {
|
|||||||
static const char *const TAG = "logger";
|
static const char *const TAG = "logger";
|
||||||
|
|
||||||
void Logger::loop() {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
static bool opened = false;
|
static bool opened = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user