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.
Dependencies: TSI USBDevice mbed-dev
Fork of SmartWheels by
Diff: PCConnector/SWUSBServer.h
- Revision:
- 25:6f63053cee81
- Parent:
- 19:c93f7fab165d
- Child:
- 32:5badeff825dc
diff -r f3ea8fbd9655 -r 6f63053cee81 PCConnector/SWUSBServer.h
--- a/PCConnector/SWUSBServer.h Tue Feb 21 19:29:02 2017 +0000
+++ b/PCConnector/SWUSBServer.h Tue Feb 21 20:00:41 2017 +0000
@@ -26,7 +26,7 @@
public:
USBServer(uint16_t vendor_id=0x1234, uint16_t product_id=0x0006);
- ~USBServer();
+ virtual ~USBServer();
void Update(float deltaTime);
