mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 14:20:36 +08:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user