dfu: document _dfu_msg

pull/46/head
topquark12 2021-01-13 11:50:09 +08:00
parent 251e4d3dd4
commit 253bebd9d5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ use cortex_m_rt::{pre_init};
const DFU_TRIG_MSG: u32 = 0xDECAFBAD;
extern "C" {
// This symbol comes from memory.x
static mut _dfu_msg: u32;
}