fork of VodafoneUSBModem with updated USBHost library

Dependencies:   Socket USBHost lwip-sys lwip

Dependents:   VodafoneUSBModemSMSTest

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Mon Oct 22 10:12:27 2012 +0000
Parent:
52:bd474c9fe51e
Parent:
53:9c0f1d4c1df9
Child:
55:07b9b48cfe09
Commit message:
Reverting to rev 52

Changed in this revision

at/ATCommandsInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/at/ATCommandsInterface.cpp	Thu Oct 11 09:59:41 2012 +0000
+++ b/at/ATCommandsInterface.cpp	Mon Oct 22 10:12:27 2012 +0000
@@ -17,7 +17,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __DEBUG__  2//ERR+WARN
+#define __DEBUG__  4//ERR+WARN
 #ifndef __MODULE__
 #define __MODULE__ "ATCommandsInterface.cpp"
 #endif