Skip to content

Commit

Permalink
[modules] fix warning in baro_board
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr authored and TobiasMue committed Aug 9, 2013
1 parent 4462927 commit 3e1d23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/modules/sensors/baro_board_module.h
Expand Up @@ -50,7 +50,7 @@
#define BARO_DIFF_EVENT NoBaro
#endif

#define NoBaro(_b) {}
#define NoBaro(_b, _h) {}

/** BaroEvent macro.
* Need to be maped to one the external baro running has a module
Expand Down

0 comments on commit 3e1d23d

Please sign in to comment.