Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USBDevice_STM32F103 by
Diff: USBDFU/WebUSBDFU.cpp
- Revision:
- 70:e410de636542
- Parent:
- 68:c190028858f9
- Parent:
- 69:8d72761d52fd
diff -r c190028858f9 -r e410de636542 USBDFU/WebUSBDFU.cpp
--- a/USBDFU/WebUSBDFU.cpp Sun Sep 04 09:54:47 2016 +0000
+++ b/USBDFU/WebUSBDFU.cpp Fri Nov 25 18:31:08 2016 +0000
@@ -37,7 +37,7 @@
}
void WebUSBDFU::attach(Callback<void()> func) {
- if (func != NULL) {
+ if (func) {
detach.attach(func);
} else {
detach.attach(no_op);
