Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rudib committed Oct 9, 2021
1 parent b32358c commit ea8a1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finny_nostd_tests/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![no_std]
#![no_main]

use finny::{finny_fsm, FsmFactory, FsmEventQueueArray, InspectNull, FsmTimersNull};
use finny::{finny_fsm, FsmFactory, FsmEventQueueArray, inspect::null::InspectNull, FsmTimersNull};
use finny::decl::{FsmBuilder, BuiltFsm};
use heapless::consts::*;

Expand Down

0 comments on commit ea8a1d2

Please sign in to comment.