mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 05:57:34 +08:00
delete px4_includes.h header and update boards/ to use syslog
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "uORBFastRpcChannel.hpp"
|
||||
#include "px4_log.h"
|
||||
#include <algorithm>
|
||||
#include <string.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
// static initialization.
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
#include "px4_log.h"
|
||||
#include <shmem.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
#include <string.h>
|
||||
|
||||
using namespace px4muorb;
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <drivers/drv_hrt.h>
|
||||
#include <cstdio>
|
||||
#include <pthread.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LOG_TAG "uORBKraitFastRpcChannel.cpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user