summaryrefslogtreecommitdiff
path: root/nuttx/drivers/sercomm/console.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-24 18:33:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-24 18:33:21 +0000
commit8add527ccf8c3bfc2a3a32b9b573aa8eee3e438e (patch)
tree363a6c2c7d615741b753d6d0d2a75fa1623bfd25 /nuttx/drivers/sercomm/console.c
parent0c5d9269fdbbab093a66c430fb8be57c8ef9bf8a (diff)
downloadpx4-nuttx-8add527ccf8c3bfc2a3a32b9b573aa8eee3e438e.tar.gz
px4-nuttx-8add527ccf8c3bfc2a3a32b9b573aa8eee3e438e.tar.bz2
px4-nuttx-8add527ccf8c3bfc2a3a32b9b573aa8eee3e438e.zip
Move include/sercomm to include/nuttx/sercomm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4515 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/sercomm/console.c')
-rw-r--r--nuttx/drivers/sercomm/console.c2
1 files changed, 1 insertions, 1 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) { }