1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Removed not used PUSB_Begin() (also in SAM)

See #3892
This commit is contained in:
Cristian Maglie 2015-09-29 18:50:43 +02:00
parent e4bd514ee9
commit abe05b90fa

View File

@ -50,8 +50,6 @@ int PUSB_GetDescriptor(int8_t t);
bool PUSB_Setup(USBSetup& setup, uint8_t i);
void PUSB_Begin();
#endif
#endif