mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11260 from rvasquez6089/master
Typo in USBSerial.h function prevents compilationpull/11289/head
commit
28daa3f0a3
|
@ -156,7 +156,7 @@ public:
|
|||
USBCDC::lock();
|
||||
|
||||
if ((mptr != NULL) && (tptr != NULL)) {
|
||||
rx = mbed::Callback<void()>(mptr, tptr);
|
||||
rx = mbed::Callback<void()>(tptr, mptr);
|
||||
}
|
||||
|
||||
USBCDC::unlock();
|
||||
|
|
Loading…
Reference in New Issue