Skip to content

Commit

Permalink
[rotorcraft] fix periodic_telemetry_send_Main
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 23, 2015
1 parent 0551c1d commit a41bc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/firmwares/rotorcraft/main.c
Expand Up @@ -259,7 +259,7 @@ STATIC_INLINE void telemetry_periodic(void)
/* then report periodicly */
else {
#if PERIODIC_TELEMETRY
periodic_telemetry_send_Main(&(DefaultChannel).trans_tx, &(DefaultDevice).device);
periodic_telemetry_send_Main(DefaultPeriodic, &(DefaultChannel).trans_tx, &(DefaultDevice).device);
#endif
}
}
Expand Down

0 comments on commit a41bc17

Please sign in to comment.