aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-24 18:33:21 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-24 18:33:21 +0000
commit97fd097f9a83a37ccc6040fb47339b80eab79304 (patch)
tree363a6c2c7d615741b753d6d0d2a75fa1623bfd25 /nuttx
parent79bdfcae3d938ff5f20207e2eb17133991acf66f (diff)
downloadpx4-firmware-97fd097f9a83a37ccc6040fb47339b80eab79304.tar.gz
px4-firmware-97fd097f9a83a37ccc6040fb47339b80eab79304.tar.bz2
px4-firmware-97fd097f9a83a37ccc6040fb47339b80eab79304.zip
Move include/sercomm to include/nuttx/sercomm
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4515 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/drivers/sercomm/console.c2
-rw-r--r--nuttx/drivers/sercomm/uart.c2
-rw-r--r--nuttx/include/nuttx/sercomm/msgb.h (renamed from nuttx/include/sercomm/msgb.h)0
-rw-r--r--nuttx/include/nuttx/sercomm/sercomm.h (renamed from nuttx/include/sercomm/sercomm.h)0
-rw-r--r--nuttx/include/nuttx/sercomm/sercomm_cons.h (renamed from nuttx/include/sercomm/sercomm_cons.h)0
5 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/sercomm/console.c b/nuttx/drivers/sercomm/console.c
index c47bb1787..3d038af7c 100644
--- a/nuttx/drivers/sercomm/console.c
+++ b/nuttx/drivers/sercomm/console.c
@@ -47,7 +47,7 @@
#include <string.h>
#include "uart.h"
-#include <sercomm/sercomm.h>
+#include <nuttx/sercomm/sercomm.h>
/* stubs to make serial driver happy */
void sercomm_recvchars(void *a) { }
diff --git a/nuttx/drivers/sercomm/uart.c b/nuttx/drivers/sercomm/uart.c
index b31994208..691bba9ec 100644
--- a/nuttx/drivers/sercomm/uart.c
+++ b/nuttx/drivers/sercomm/uart.c
@@ -47,7 +47,7 @@
#include <arch/calypso/defines.h>
//#include <arch/calypso/console.h>
-#include <sercomm/sercomm.h>
+#include <nuttx/sercomm/sercomm.h>
#include "uart.h"
diff --git a/nuttx/include/sercomm/msgb.h b/nuttx/include/nuttx/sercomm/msgb.h
index 64825c1ea..64825c1ea 100644
--- a/nuttx/include/sercomm/msgb.h
+++ b/nuttx/include/nuttx/sercomm/msgb.h
diff --git a/nuttx/include/sercomm/sercomm.h b/nuttx/include/nuttx/sercomm/sercomm.h
index 54256b5a7..54256b5a7 100644
--- a/nuttx/include/sercomm/sercomm.h
+++ b/nuttx/include/nuttx/sercomm/sercomm.h
diff --git a/nuttx/include/sercomm/sercomm_cons.h b/nuttx/include/nuttx/sercomm/sercomm_cons.h
index 11f66545c..11f66545c 100644
--- a/nuttx/include/sercomm/sercomm_cons.h
+++ b/nuttx/include/nuttx/sercomm/sercomm_cons.h