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:
parent
f208049c94
commit
56cd970c9f
5 changed files with 2 additions and 2 deletions
|
|
@ -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) { }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue