Skip to content

Commit b1a4e61

Browse files
committed
clang
1 parent 92ebc03 commit b1a4e61

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/arduino/Adafruit_TinyUSB_API.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// API Version, need to be updated when there is changes for
3232
// TinyUSB_API, USBD_CDC, USBD_Device, USBD_Interface,
33-
#define TINYUSB_API_VERSION 10700
33+
#define TINYUSB_API_VERSION 10700
3434

3535
//--------------------------------------------------------------------+
3636
// Core API

src/arduino/Adafruit_USBD_CDC.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ int Adafruit_USBD_CDC::read(void) {
196196
}
197197

198198
#if TINYUSB_API_VERSION >= 10700
199-
size_t Adafruit_USBD_CDC::read(uint8_t *buffer, size_t size)
200-
{
199+
size_t Adafruit_USBD_CDC::read(uint8_t *buffer, size_t size) {
201200
if (!isValid()) {
202201
return 0;
203202
}

0 commit comments

Comments
 (0)