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: Socket USBHostWANDongle lwip-sys lwip
Fork of VodafoneUSBModem by
Revision 96:54fb2b37ce64, committed 2015-01-28
- Comitter:
- dmitryp
- Date:
- Wed Jan 28 11:39:12 2015 +0000
- Parent:
- 95:84f01d280c9b
- Child:
- 97:5fac418852e0
- Commit message:
- Added support for Vodafone K4606, for more details refer to ; http://atmega.magictale.com/2215/hacking-vodafone-k4606-3g-hsdpa-usb-modem/
Changed in this revision
--- a/USBHostWANDongle.lib Fri Apr 25 13:33:55 2014 +0000 +++ b/USBHostWANDongle.lib Wed Jan 28 11:39:12 2015 +0000 @@ -1,1 +1,1 @@ -https://mbed.org/users/mbed_official/code/USBHostWANDongle/#980fe31c14f7 +https://mbed.org/users/mbed_official/code/USBHostWANDongle/#34cdecfff9f4
--- a/at/ATCommandsInterface.cpp Fri Apr 25 13:33:55 2014 +0000
+++ b/at/ATCommandsInterface.cpp Wed Jan 28 11:39:12 2015 +0000
@@ -320,7 +320,7 @@
m_inputBuf[m_inputPos] = '\0'; //Add null terminating character to ease the use of str* functions
#if __DEBUG__ >= 4
DBGX("In buffer: [");
- if __DEBUG__
+ if (__DEBUG__)
for(int i=0; i<strlen(m_inputBuf); i++) {
if(m_inputBuf[i]=='\r') {
DBGX("<CR>");
--- a/core/dbg.h Fri Apr 25 13:33:55 2014 +0000
+++ b/core/dbg.h Wed Jan 28 11:39:12 2015 +0000
@@ -24,7 +24,6 @@
extern "C" {
#endif
-
void debug_init(void);
void debug(int level, const char* module, int line, const char* fmt, ...);
void debug_set_newline(const char* newline);
--- a/lwip-sys.lib Fri Apr 25 13:33:55 2014 +0000 +++ b/lwip-sys.lib Wed Jan 28 11:39:12 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/lwip-sys/#09b0951b1899 +http://mbed.org/users/mbed_official/code/lwip-sys/#ba056f7b4b37
--- a/lwip.lib Fri Apr 25 13:33:55 2014 +0000 +++ b/lwip.lib Wed Jan 28 11:39:12 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/lwip/#092c37b63ee8 +http://mbed.org/users/mbed_official/code/lwip/#335b94e0aa9c
