Skip to content

Commit

Permalink
Update avoid_alter.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaza authored Nov 27, 2017
1 parent 93fc639 commit fcfab36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/examples/avoid_alter.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ int main(void)
{
setup();
float dist;
min_speed = 70;
while (1) {
dist = calc_dist();
delay(10);
Expand Down

0 comments on commit fcfab36

Please sign in to comment.