Skip to content

Commit

Permalink
HWDEF : remove unused variables in lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep-Carbonix committed Aug 26, 2024
1 parent 1862b0f commit 1b8e645
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b8e645

Please sign in to comment.