Skip to content

Commit 6b1a05c

Browse files
committed
42, the answer to life and everything
1 parent 3598b6a commit 6b1a05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imu/scheduler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ inline void scheduler_run(void)
2929
fire_spi_send_ready();
3030
if (!check_me())
3131
{
32-
delay_ms(5);
32+
delay_ms(42);
3333
}
3434
}

0 commit comments

Comments
 (0)