moved handler

This commit is contained in:
Priec
2025-12-15 16:46:10 +01:00
parent 88341314dd
commit 4c7d9af29a
9 changed files with 21 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
use cortex_m::Peripherals;
use cortex_m::asm;
/// How to enter STOPx mode (STOP0STOP3)
/// Enter STOPx mode parameter
#[derive(Debug, Clone, Copy, PartialEq, Eq, defmt::Format)]
pub enum StopEntry {
Wfi,