Skip to content
Snippets Groups Projects
Commit c452c2b5 authored by Jonas Jacobsson's avatar Jonas Jacobsson Committed by Tommy Andersson
Browse files

Update rtic_bare9.rs

parent 679b4337
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,9 @@ const APP: () = { ...@@ -27,9 +27,9 @@ const APP: () = {
TX: Tx<USART2>, TX: Tx<USART2>,
RX: Rx<USART2>, RX: Rx<USART2>,
#[init(0)] #[init(0)]
fel: u32, fel: u32, //Error
#[init(0)] #[init(0)]
corr: u32, corr: u32, //Correct
} }
// init runs in an interrupt free section // init runs in an interrupt free section
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment