Skip to content
Snippets Groups Projects
Commit 15e661d9 authored by Nils Fitinghoff's avatar Nils Fitinghoff
Browse files

rename periodic -> eq to be more consistent

parent 58e3a2f0
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ fn main() {
let mut STATE = S8001;
for i in 0..HORIZON {
periodic(
eq(
&mut STATE,
&mut TIMEOUT_CNTR,
&mut DATA[i],
......@@ -151,7 +151,7 @@ fn main() {
}
}
fn periodic(
fn eq(
STATE: &mut State,
TIMEOUT_CNTR: &mut u32,
data: &Data,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment