mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
[boards] baro_board fixes for lia
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
#include "std.h"
|
#include "std.h"
|
||||||
|
|
||||||
extern void baro_event(void (*b_abs_handler)(void), void (*b_diff_handler)(void));
|
extern void baro_event(void (*b_abs_handler)(void));
|
||||||
|
|
||||||
#define BaroEvent(_b_abs_handler, _b_diff_handler) baro_event(_b_abs_handler,_b_diff_handler)
|
#define BaroEvent(_b_abs_handler, _b_diff_handler) baro_event(_b_abs_handler)
|
||||||
|
|
||||||
#endif /* BOARDS_LIA_BARO_H */
|
#endif /* BOARDS_LIA_BARO_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user