Skip to content

Commit

Permalink
[telemetry] fix TUNE_VERT
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 23, 2013
1 parent fcb7949 commit 4310e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/firmwares/rotorcraft/guidance/guidance_v.c
Expand Up @@ -166,7 +166,7 @@ void guidance_v_init(void) {

#if DOWNLINK
register_periodic_telemetry(DefaultPeriodic, "VERT_LOOP", send_vert_loop);
register_periodic_telemetry(DefaultPeriodic, "TUNE_VERT", send_vert_loop);
register_periodic_telemetry(DefaultPeriodic, "TUNE_VERT", send_tune_vert);
#endif
}

Expand Down

0 comments on commit 4310e5f

Please sign in to comment.