Skip to content
Snippets Groups Projects
Commit 0ec969ef authored by Per's avatar Per
Browse files

bare0 const

parent 32b5acee
Branches
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
// Minimal runtime / startup for Cortex-M microcontrollers // Minimal runtime / startup for Cortex-M microcontrollers
extern crate cortex_m_rt; extern crate cortex_m_rt;
const X_INIT: u32 = 0; const X_INIT: u32 = 10;
static mut X: u32 = X_INIT; static mut X: u32 = X_INIT;
static mut Y: u32 = 0; static mut Y: u32 = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment