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:48:31 2012 +0000
Parent:
9:c9e9817c398c
Child:
13:c154e7f2e42f
Commit message:
#include "dbg.h" -> #include "core/dbg.h"

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/IUSBEnumerator.h Show annotated file Show diff for this revision Revisions of this file
USBHost/USBEndpoint.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	Tue Jul 31 10:37:16 2012 +0000
+++ b/USB3GModule/WANDongle.cpp	Wed Sep 12 07:48:31 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	Tue Jul 31 10:37:16 2012 +0000
+++ b/USB3GModule/WANDongleInitializer.cpp	Wed Sep 12 07:48:31 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	Tue Jul 31 10:37:16 2012 +0000
+++ b/USB3GModule/WANDongleSerialPort.cpp	Wed Sep 12 07:48:31 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	Tue Jul 31 10:37:16 2012 +0000
+++ b/USBHost/IUSBEnumerator.h	Wed Sep 12 07:48:31 2012 +0000
@@ -38,4 +38,4 @@
 
 };
 
-#endif /*IUSBENUMERATOR_H_*/
\ No newline at end of file
+#endif /*IUSBENUMERATOR_H_*/
--- a/USBHost/USBEndpoint.cpp	Tue Jul 31 10:37:16 2012 +0000
+++ b/USBHost/USBEndpoint.cpp	Wed Sep 12 07:48:31 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	Tue Jul 31 10:37:16 2012 +0000
+++ b/USBHost/USBHALHost.cpp	Wed Sep 12 07:48:31 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	Tue Jul 31 10:37:16 2012 +0000
+++ b/USBHost/USBHost.cpp	Wed Sep 12 07:48:31 2012 +0000
@@ -22,7 +22,7 @@
 #define __MODULE__ "USBHost.cpp"
 #endif
 
-#include "dbg.h"
+#include "core/dbg.h"
 #include <cstdint>
 
 #include "USBHost.h"