mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[boards] add forgotten lia baro_board.h
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
/*
|
||||
* FIXME, fake baro board header for BaroEvent
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef BOARDS_LIA_BARO_H
|
||||
#define BOARDS_LIA_BARO_H
|
||||
|
||||
#include "std.h"
|
||||
|
||||
extern void baro_event(void (*b_abs_handler)(void), void (*b_diff_handler)(void));
|
||||
|
||||
#define BaroEvent(_b_abs_handler, _b_diff_handler) baro_event(_b_abs_handler,_b_diff_handler)
|
||||
|
||||
#endif /* BOARDS_LIA_BARO_H */
|
||||
Reference in New Issue
Block a user