Move include/sercomm to include/nuttx/sercomm

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4515 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-03-24 18:33:21 +00:00
parent 79bdfcae3d
commit 97fd097f9a
5 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) { }
+1 -1
View File
@@ -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"