mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
clang tidy
This commit is contained in:
parent
6a9a1f6f24
commit
152a4abd65
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ static const char *const TAG = "usb_device";
|
||||||
#ifndef USE_ARDUINO
|
#ifndef USE_ARDUINO
|
||||||
bool usb_configured = false;
|
bool usb_configured = false;
|
||||||
void status_callback(enum usb_dc_status_code cb_status, uint8_t *param) {
|
void status_callback(enum usb_dc_status_code cb_status, uint8_t *param) {
|
||||||
switch(cb_status) {
|
switch (cb_status) {
|
||||||
case USB_DC_ERROR:
|
case USB_DC_ERROR:
|
||||||
case USB_DC_RESET:
|
case USB_DC_RESET:
|
||||||
case USB_DC_DISCONNECTED:
|
case USB_DC_DISCONNECTED:
|
||||||
|
|
Loading…
Reference in a new issue