[boards] krooz: baro_board.c corrected

This commit is contained in:
softsr
2013-07-26 00:55:15 +02:00
committed by Felix Ruess
parent a9044e18f0
commit ff9bfb5cef
+3 -5
View File
@@ -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;
}
}