File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (c) 2015 Arduino LLC. All right reserved.
2
+ Copyright (c) 2016 Arduino LLC. All right reserved.
3
3
4
4
This library is free software; you can redistribute it and/or
5
5
modify it under the terms of the GNU Lesser General Public
@@ -86,6 +86,9 @@ uint8_t udd_ep_out_cache_buffer[7][64];
86
86
static __attribute__ ((__aligned__(4 ))) // __attribute__((__section__(".bss_hram0")))
87
87
uint8_t udd_ep_in_cache_buffer[7][64];
88
88
89
+ // Some EP are handled using EPHanlders.
90
+ // Possibly all the sparse EP handling subroutines will be
91
+ // converted into reusable EPHandlers in the future.
89
92
static EPHandler *epHandlers[7 ];
90
93
91
94
// ==================================================================
@@ -898,7 +901,3 @@ void USBDeviceClass::ISRHandler()
898
901
// USBDevice class instance
899
902
USBDeviceClass USBDevice;
900
903
901
- // USB_Handler ISR
902
- // extern "C" void USB_Handler(void) {
903
- // USBDevice.ISRHandler();
904
- // }
You can’t perform that action at this time.
0 commit comments