USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Wed Sep 12 07:50:48 2012 +0000
Parent:
11:a0841fba0599
Parent:
12:a712bad7a979
Child:
14:4344ce758b88
Commit message:
Merge

Changed in this revision

USB3GModule/WANDongle.cpp Show annotated file Show diff for this revision Revisions of this file
USB3GModule/WANDongleInitializer.cpp Show annotated file Show diff for this revision Revisions of this file
USB3GModule/WANDongleSerialPort.cpp Show annotated file Show diff for this revision Revisions of this file
USBHost/USBHALHost.cpp Show annotated file Show diff for this revision Revisions of this file
USBHost/USBHost.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USB3GModule/WANDongle.cpp	Thu Aug 30 14:13:24 2012 +0000
+++ b/USB3GModule/WANDongle.cpp	Wed Sep 12 07:50:48 2012 +0000
@@ -21,7 +21,7 @@
 #define __MODULE__ "WANDongle.cpp"
 #endif
 
-#include "dbg.h"
+#include "core/dbg.h"
 #include <cstdint>
 #include "rtos.h"
 
--- a/USB3GModule/WANDongleInitializer.cpp	Thu Aug 30 14:13:24 2012 +0000
+++ b/USB3GModule/WANDongleInitializer.cpp	Wed Sep 12 07:50:48 2012 +0000
@@ -21,7 +21,7 @@
 #define __MODULE__ "WANDongleInitializer.cpp"
 #endif
 
-#include "dbg.h"
+#include "core/dbg.h"
 
 #include <cstdint>
 using std::uint16_t;
--- a/USB3GModule/WANDongleSerialPort.cpp	Thu Aug 30 14:13:24 2012 +0000
+++ b/USB3GModule/WANDongleSerialPort.cpp	Wed Sep 12 07:50:48 2012 +0000
@@ -21,7 +21,7 @@
 #define __MODULE__ "WANDongleSerialPort.cpp"
 #endif
 
-#include "dbg.h"
+#include "core/dbg.h"
 #include <cstdint>
 #include "rtos.h"
 
--- a/USBHost/IUSBEnumerator.h	Thu Aug 30 14:13:24 2012 +0000
+++ b/USBHost/IUSBEnumerator.h	Wed Sep 12 07:50:48 2012 +0000
@@ -38,4 +38,4 @@
 
 };
 
-#endif /*IUSBENUMERATOR_H_*/
\ No newline at end of file
+#endif /*IUSBENUMERATOR_H_*/
--- a/USBHost/USBEndpoint.cpp	Thu Aug 30 14:13:24 2012 +0000
+++ b/USBHost/USBEndpoint.cpp	Wed Sep 12 07:50:48 2012 +0000
@@ -22,7 +22,7 @@
 #define __MODULE__ "USBEndpoint.cpp"
 #endif
 
-#include "dbg.h"
+#include "core/dbg.h"
 #include <cstdint>
 
 #include "USBEndpoint.h"
--- a/USBHost/USBHALHost.cpp	Thu Aug 30 14:13:24 2012 +0000
+++ b/USBHost/USBHALHost.cpp	Wed Sep 12 07:50:48 2012 +0000
@@ -21,7 +21,7 @@
 #define __MODULE__ "USBHALHost.cpp"
 #endif
 
-#include "dbg.h"
+#include "core/dbg.h"
 #include <cstdint>
 
 #include "mbed.h"
--- a/USBHost/USBHost.cpp	Thu Aug 30 14:13:24 2012 +0000
+++ b/USBHost/USBHost.cpp	Wed Sep 12 07:50:48 2012 +0000
@@ -21,7 +21,7 @@
 #define __MODULE__ "USBHost.cpp"
 #endif
 
-#include "dbg.h"
+#include "core/dbg.h"
 #include <cstdint>
 
 #include "USBHost.h"