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 USBHostWANDongleSprint_bleedingedge by
Diff: USB3GModule/WANDongle.cpp
- Revision:
- 7:3fdc32f938d9
- Parent:
- 3:9ec92dd8a8cb
- Child:
- 9:2a7b7333245f
--- a/USB3GModule/WANDongle.cpp Wed Oct 10 08:29:36 2012 +0000
+++ b/USB3GModule/WANDongle.cpp Wed Oct 24 15:26:55 2012 +0000
@@ -195,7 +195,7 @@
}
else if ((dev->getVid() == (*initializer)->getMSDVid()) && (dev->getPid() == (*initializer)->getMSDPid()))
{
- DBG("Vodafone K3370 dongle detected in MSD mode");
+ DBG("Dongle detected in MSD mode");
m_pInitializer = *initializer;
break;
}
