mirror of https://github.com/ARMmbed/mbed-os.git
Remove magic number.
parent
8d36ce12cb
commit
f56a13410b
|
@ -347,7 +347,7 @@ void USBHAL::usbisr(void) {
|
|||
|
||||
if (type == 0x2) {
|
||||
// Out packet
|
||||
if (endpoint == 0) {
|
||||
if (endpoint == EP0OUT) {
|
||||
EP0out();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue