delete px4_includes.h header and update boards/ to use syslog

This commit is contained in:
Daniel Agar
2019-01-22 11:23:29 -05:00
parent 376e078c24
commit 2ffb49b734
86 changed files with 190 additions and 563 deletions
@@ -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"