aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/sercomm
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/drivers/sercomm
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/drivers/sercomm')
-rw-r--r--nuttx/drivers/sercomm/console.c2
-rw-r--r--nuttx/drivers/sercomm/uart.c2
2 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"