We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 529be40 + b70c16e commit 7bb71a0Copy full SHA for 7bb71a0
src/algo.rs
@@ -44,7 +44,6 @@ macro_rules! algo {
44
if _IS_INIT {
45
UnInit();
46
}
47
- _IS_INIT = true;
48
match <$type as FlashAlgo>::new(addr, clock, function) {
49
Ok(inst) => {
50
_ALGO_INSTANCE.as_mut_ptr().write(inst);
0 commit comments