mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-19 10:34:28 +08:00
Remove BARO telemetry from lisa_stm_passthrough_main
This commit is contained in:
@@ -224,7 +224,6 @@ static inline void on_vane_msg(void *data) {
|
||||
|
||||
static inline void main_on_baro_diff(void) {
|
||||
new_baro_diff = TRUE;
|
||||
RunOnceEvery(5,{DOWNLINK_SEND_BARO_RAW(DefaultChannel, &baro.absolute, &baro.differential);});
|
||||
}
|
||||
|
||||
static inline void main_on_baro_abs(void) {
|
||||
|
||||
Reference in New Issue
Block a user