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