Remove magic number.

pull/119/head
Joe Turner 2013-12-03 15:44:35 +00:00
parent 8d36ce12cb
commit f56a13410b
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ void USBHAL::usbisr(void) {
if (type == 0x2) {
// Out packet
if (endpoint == 0) {
if (endpoint == EP0OUT) {
EP0out();
}
else {