Skip to content

Commit

Permalink
[ardrone] actuators: fix reset_flipflop_counter
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 6, 2016
1 parent 6d4bcf7 commit da2b501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/boards/ardrone/actuators.c
Expand Up @@ -172,7 +172,7 @@ void actuators_ardrone_motor_status(void)
static bool last_motor_on = false;

// Reset Flipflop sequence
static bool reset_flipflop_counter = 0;
static uint8_t reset_flipflop_counter = 0;
if (reset_flipflop_counter > 0) {
reset_flipflop_counter--;

Expand Down

0 comments on commit da2b501

Please sign in to comment.