From 9f3658b842294dd8cb06b6dbd653a3cc53e17eb9 Mon Sep 17 00:00:00 2001 From: Pradeep CK Date: Thu, 15 Aug 2024 13:48:38 +1000 Subject: [PATCH] HWDEF : remove unused variables in lua --- .../hwdef/CarbonixCommon/scripts/cx_led_driver.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/scripts/cx_led_driver.lua b/libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/scripts/cx_led_driver.lua index 7af9391232..8c350bcf6e 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/scripts/cx_led_driver.lua +++ b/libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/scripts/cx_led_driver.lua @@ -3,10 +3,8 @@ local MOTOR_LED_FUNCTION = 94 -- Ensure that the out2_function min = 200 and max = 10000 -local MOTOR_LED_PWM_VAL_TRIM = 5000 local MOTOR_LED_PWM_VAL_MIN = 200 local MOTOR_LED_PWM_VAL_MAX = 10000 -local MOTOR_LED_PWM_VAL_OFF = 0 -- Arming check interval local LED_CYCLE_TIME = 2000