Skip to content

Commit c9c66d6

Browse files
committed
clang
1 parent af5f389 commit c9c66d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/arduino/Adafruit_USBD_Device.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,7 @@ static int strcpy_utf16(const char *s, uint16_t *buf, int bufsize) {
472472

473473
// TODO just for compiling, will move to DFU specific file
474474
#if CFG_TUD_DFU_RUNTIME
475-
void tud_dfu_runtime_reboot_to_dfu_cb(void)
476-
{
475+
void tud_dfu_runtime_reboot_to_dfu_cb(void) {
477476
// TinyUSB_Port_EnterDFU();
478477
}
479478
#endif

0 commit comments

Comments
 (0)