Skip to content
Snippets Groups Projects
Commit 4ba57ad2 authored by Thomas Gubler's avatar Thomas Gubler
Browse files

get rid of unnecessary defines

parent 5e9bef6f
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment