From 08807701a7e958926c66e03b92e1f5f79bf85428 Mon Sep 17 00:00:00 2001 From: jfbblue0922 Date: Fri, 13 Oct 2023 19:41:21 +0900 Subject: [PATCH] AP_RangeFinder: update serial driver for JRE --- libraries/AP_RangeFinder/AP_RangeFinder_config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/AP_RangeFinder/AP_RangeFinder_config.h b/libraries/AP_RangeFinder/AP_RangeFinder_config.h index 173bad858dc8c9..ed10e44160ea68 100644 --- a/libraries/AP_RangeFinder/AP_RangeFinder_config.h +++ b/libraries/AP_RangeFinder/AP_RangeFinder_config.h @@ -155,7 +155,3 @@ #ifndef AP_RANGEFINDER_WASP_ENABLED #define AP_RANGEFINDER_WASP_ENABLED AP_RANGEFINDER_BACKEND_DEFAULT_ENABLED #endif - -#ifndef AP_RANGEFINDER_JRE_SERIAL_ENABLED -#define AP_RANGEFINDER_JRE_SERIAL_ENABLED AP_RANGEFINDER_BACKEND_DEFAULT_ENABLED -#endif