fix(MP/kernel): change default period value
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/* Internal state of the regulator */
|
/* Internal state of the regulator */
|
||||||
static int current_mode = 1; /* 1 = Auto, 0 = Manual */
|
static int current_mode = 1; /* 1 = Auto, 0 = Manual */
|
||||||
static uint32_t current_period = 2; /* Current blinking period in ms */
|
static uint32_t current_period = 1000; /* Current blinking period in ms */
|
||||||
|
|
||||||
static struct task_struct *regulator_thread = NULL;
|
static struct task_struct *regulator_thread = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user