Skip to content

Commit 485b51a

Browse files
committed
fix typo
1 parent 7759332 commit 485b51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/Adafruit_TinyUSB.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
3131
//--------------------------------------------------------------------+
3232

33-
void TinyUSB_Device_init(uint8_t rhport)
33+
void TinyUSB_Device_Init(uint8_t rhport)
3434
{
3535
USBDevice.begin(rhport);
3636
}

0 commit comments

Comments
 (0)