Skip to content

Commit 74f57d8

Browse files
author
fpr
committed
Remove usb interface because no more required
Signed-off-by: fpr <[email protected]>
1 parent 1f92459 commit 74f57d8

File tree

4 files changed

+0
-258
lines changed

4 files changed

+0
-258
lines changed

cores/arduino/chip.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
#include "timer.h"
3535
#include "twi.h"
3636
#include "stm32_eeprom.h"
37-
#ifdef USBCON
38-
#include "usb_interface.h"
39-
#endif //USBCON
4037

4138
#include "ethernet.h"
4239

cores/arduino/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ int main( void )
3939
{
4040
initVariant();
4141

42-
#if defined(USBCON)
43-
usbd_interface_init();
44-
#endif
45-
4642
setup();
4743

4844
for (;;)

cores/arduino/stm32/usb_interface.c

Lines changed: 0 additions & 173 deletions
This file was deleted.

cores/arduino/stm32/usb_interface.h

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)