mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
[boards] krooz: baro_board.c corrected
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
|
||||
#include "subsystems/sensors/baro.h"
|
||||
#include "baro_board.h"
|
||||
/*
|
||||
#include "subsystems/datalink/downlink.h"
|
||||
#include "mcu_periph/uart.h"
|
||||
#include "mcu_periph/sys_time.h"
|
||||
*/
|
||||
|
||||
struct Baro baro;
|
||||
|
||||
@@ -28,5 +23,8 @@ void baro_periodic(void) {
|
||||
baro_ms5611_d2();
|
||||
cnt = 0;
|
||||
break;
|
||||
default:
|
||||
cnt = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user