mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
get rid of unnecessary defines
This commit is contained in:
@@ -50,7 +50,6 @@
|
|||||||
/*
|
/*
|
||||||
* Building for running within the ROS environment
|
* Building for running within the ROS environment
|
||||||
*/
|
*/
|
||||||
#define __EXPORT
|
|
||||||
#define noreturn_function
|
#define noreturn_function
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#include "ros/ros.h"
|
#include "ros/ros.h"
|
||||||
|
|||||||
@@ -42,10 +42,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#if defined(__PX4_ROS)
|
|
||||||
#define __EXPORT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace px4
|
namespace px4
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user