9
0
Fork 0

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 a7b97d808e
commit 399df57ab2
5 changed files with 2 additions and 2 deletions

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) { }

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"