mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
remove unneeded include
This commit is contained in:
@@ -141,9 +141,6 @@ static inline px4_param_t PX4_ROS_PARAM_SET(const char *name, float value)
|
|||||||
* Building for NuttX
|
* Building for NuttX
|
||||||
*/
|
*/
|
||||||
#include <platforms/px4_includes.h>
|
#include <platforms/px4_includes.h>
|
||||||
#ifdef __cplusplus
|
|
||||||
#include <functional>
|
|
||||||
#endif
|
|
||||||
/* Main entry point */
|
/* Main entry point */
|
||||||
#define PX4_MAIN_FUNCTION(_prefix) int _prefix##_task_main(int argc, char *argv[])
|
#define PX4_MAIN_FUNCTION(_prefix) int _prefix##_task_main(int argc, char *argv[])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user