Skip to content

Commit

Permalink
[FBW] no need for i2c when there is no i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 26, 2014
1 parent 6eb64ab commit 961d554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/airborne/firmwares/fixedwing/main_fbw.c
Expand Up @@ -185,7 +185,9 @@ void event_task_fbw( void) {
RadioControlEvent(handle_rc_frame);
#endif

#if USE_I2C0 || USE_I2C1 || USE_I2C2
i2c_event();
#endif

#ifdef INTER_MCU
#if defined MCU_SPI_LINK | defined MCU_UART_LINK
Expand Down

0 comments on commit 961d554

Please sign in to comment.