From de349ebdf6080adca8c16c3e0d0664201e959cc8 Mon Sep 17 00:00:00 2001 From: wanghao Date: Wed, 28 Aug 2024 11:42:05 +0800 Subject: [PATCH] done --- CHIRP/board/app_config.h | 2 +- CHIRP/board/timer.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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