Browse Source

get rid of unnecessary defines

sbg
Thomas Gubler 10 years ago
parent
commit
4ba57ad285
  1. 1
      src/platforms/px4_defines.h
  2. 4
      src/platforms/px4_middleware.h

1
src/platforms/px4_defines.h

@ -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"

4
src/platforms/px4_middleware.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
{ {

Loading…
Cancel
Save