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