mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
cmake don't build param "c" files and remove param defines
- these aren't actual source code
This commit is contained in:
@@ -40,7 +40,6 @@ px4_add_module(
|
||||
syslink_main.cpp
|
||||
syslink_bridge.cpp
|
||||
syslink_memory.cpp
|
||||
syslink_params.c
|
||||
syslink.c
|
||||
DEPENDS
|
||||
battery
|
||||
|
||||
@@ -39,10 +39,6 @@
|
||||
* @author Dennis Shtatnov <densht@gmail.com>
|
||||
*/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <parameters/param.h>
|
||||
|
||||
|
||||
/**
|
||||
* Operating channel of the NRF51
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user