Skip to content

Commit

Permalink
lisa_l baro: enable it again
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 16, 2012
1 parent 73ec00d commit eeb266d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/airborne/boards/lisa_l/baro_board.c
Expand Up @@ -24,8 +24,8 @@ void baro_init(void) {


void baro_periodic(void) {
#warning BARO_BOARD_CODE_DISABLED
return;
// check i2c_done
if (!i2c_idle(&i2c2)) return;

switch (baro_board.status) {
case LBS_UNINITIALIZED:
Expand Down

0 comments on commit eeb266d

Please sign in to comment.