Skip to content

Commit

Permalink
Fix: Import
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSprenger committed Jun 8, 2024
1 parent f9cf53f commit 0aa1368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::app::monotonics;
use crate::no_transition;
use crate::state_machine::{RocketStates, State, StateMachineContext, TransitionInto};
use crate::types::COM_ID;
use atsamd_hal::prelude::_atsamd_hal_timer_traits_InterruptDrivenTimer;
use atsamd_hal::timer_traits::InterruptDrivenTimer;
use defmt::{write, Format, Formatter};
use messages::command::{Command, PowerDown, RadioRate, RadioRateChange};
use messages::sender::Sender::SensorBoard;
Expand Down

0 comments on commit 0aa1368

Please sign in to comment.