Skip to content

Commit

Permalink
[fixedwing] call pprz_trig_int_init() if PPRZ_TRIG_INT_COMPR_FLASH
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Dec 2, 2015
1 parent b11708d commit c9ea119
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sw/airborne/firmwares/fixedwing/main_ap.c
Expand Up @@ -178,6 +178,10 @@ void init_ap(void)
mcu_init();
#endif /* SINGLE_MCU */

#if defined(PPRZ_TRIG_INT_COMPR_FLASH)
pprz_trig_int_init();
#endif

/****** initialize and reset state interface ********/

stateInit();
Expand Down

0 comments on commit c9ea119

Please sign in to comment.