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
This commit is contained in:
patacongo 2012-03-24 18:33:21 +00:00
parent f208049c94
commit 56cd970c9f
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"