Initial Commit
This commit is contained in:
+2
-2
@@ -43,7 +43,7 @@ void power_loop(struct k_timer *timer)
|
||||
{
|
||||
power_timer_stop();
|
||||
|
||||
/* Sensor init not needed - imu_read_direct() handles it per measurement */
|
||||
// Sensor init not needed - imu_read_direct() handles it per measurement
|
||||
p_order = 2;
|
||||
|
||||
if (p_order < 2)
|
||||
@@ -59,7 +59,7 @@ void power_loop(struct k_timer *timer)
|
||||
|
||||
int device_reactivated(void)
|
||||
{
|
||||
/* sw_i2c_init_once() will be added in Stage 3 */
|
||||
// sw_i2c_init_once() will be added in Stage 3
|
||||
k_msleep(10);
|
||||
lock_check = true;
|
||||
p_order = 0;
|
||||
|
||||
Reference in New Issue
Block a user