mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 14:10:35 +08:00
Add ADC report
Enable building of ADC topic
This commit is contained in:
@@ -297,3 +297,6 @@ ORB_DEFINE(transponder_report, struct transponder_report_s);
|
||||
|
||||
#include "topics/gps_inject_data.h"
|
||||
ORB_DEFINE(gps_inject_data, struct gps_inject_data_s);
|
||||
|
||||
#include "topics/adc_report.h"
|
||||
ORB_DEFINE(adc_report, struct adc_report_s);
|
||||
|
||||
Reference in New Issue
Block a user