We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7759332 commit 485b51aCopy full SHA for 485b51a
src/arduino/Adafruit_TinyUSB.cpp
@@ -30,7 +30,7 @@
30
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
31
//--------------------------------------------------------------------+
32
33
-void TinyUSB_Device_init(uint8_t rhport)
+void TinyUSB_Device_Init(uint8_t rhport)
34
{
35
USBDevice.begin(rhport);
36
}
0 commit comments