diff --git a/CHIRP/board/app_config.h b/CHIRP/board/app_config.h index d83e37a..9d3e68a 100644 --- a/CHIRP/board/app_config.h +++ b/CHIRP/board/app_config.h @@ -81,7 +81,7 @@ * here is greater than the maximum possible range, the maximum possible range * will be used. */ -#define CHIRP_SENSOR_MAX_RANGE_MM (750) /* maximum range, in mm */ +#define CHIRP_SENSOR_MAX_RANGE_MM (1000) /* maximum range, in mm */ /* Static target rejection range * This value specifies if static target rejection (STR) will be used. If diff --git a/CHIRP/board/timer.h b/CHIRP/board/timer.h index a03cd3a..c432cfb 100644 --- a/CHIRP/board/timer.h +++ b/CHIRP/board/timer.h @@ -3,6 +3,4 @@ void timer_config(void); - - #endif /* TIMER_H */ \ No newline at end of file