Whoops. Make systick called again in APP=tester
This commit is contained in:
parent
bd047cbe5a
commit
5b7a675e1f
|
@ -16,3 +16,5 @@ void main_tester(void) {
|
||||||
handleMenu(&mainmenu);
|
handleMenu(&mainmenu);
|
||||||
gotoISP();
|
gotoISP();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void tick_tester(void);
|
||||||
|
|
Loading…
Reference in New Issue