Skip to content

Commit

Permalink
fix print variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Oct 12, 2018
1 parent fc30902 commit 845233c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sw/airborne/modules/sonar/sonar_bebop.c
Expand Up @@ -218,7 +218,6 @@ void *sonar_bebop_read(void *data __attribute__((unused)))
}


#define SONAR_BEBOP_FILTER_NARROW_OBSTACLES 1
#if SONAR_BEBOP_FILTER_NARROW_OBSTACLES

#ifndef SONAR_BEBOP_FILTER_NARROW_OBSTACLES_JUMP
Expand All @@ -229,7 +228,7 @@ PRINT_CONFIG_VAR(SONAR_BEBOP_FILTER_NARROW_OBSTACLES_JUMP)
#ifndef SONAR_BEBOP_FILTER_NARROW_OBSTACLES_TIME
#define SONAR_BEBOP_FILTER_NARROW_OBSTACLES_TIME 1.0f
#endif
PRINT_CONFIG_VAR(SONAR_BEBOP_FILTER_NARROW_OBSTACLES_JUMP)
PRINT_CONFIG_VAR(SONAR_BEBOP_FILTER_NARROW_OBSTACLES_TIME)

static float sonar_filter_narrow_obstacles(float distance_sonar)
{
Expand Down

0 comments on commit 845233c

Please sign in to comment.