Skip to content
Snippets Groups Projects
Commit 6a86c96f authored by Otto Kalliorinne's avatar Otto Kalliorinne
Browse files

Update main.rs

parent ca850675
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ const APP: () = {
*pos_x = x as i8;
*pos_y = y as i8;
// task should run each Sclck/N times each second. 84M/8400 = 10_000
// task is scheduled to run again after 8400 cycles
cx.schedule
.poll(cx.scheduled + (84_00).cycles())
.unwrap();
......@@ -270,7 +270,7 @@ const APP: () = {
);
// report borrowed from nuttali project https://gitlab.henriktjader.com/jonjac-6/nuttali-mirror-of-project
let report = NuttaliReport {
x: *pos_x * (*scalar),
y: *pos_y * (*scalar),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment