mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
clang format
This commit is contained in:
parent
2b6ddd9d04
commit
930fcd9801
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ void UsbDevice::update() {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void UsbDevice::dump_config() {
|
void UsbDevice::dump_config() {
|
||||||
bool configured = USB;
|
bool configured = USB;
|
||||||
ESP_LOGCONFIG(TAG, "USB device - configured: %s", YESNO(configured));
|
ESP_LOGCONFIG(TAG, "USB device - configured: %s", YESNO(configured));
|
||||||
|
|
Loading…
Reference in a new issue