19 lines
323 B
C
19 lines
323 B
C
|
#include <sysinit.h>
|
||
|
|
||
|
#include "basic/basic.h"
|
||
|
|
||
|
#include "lcd/print.h"
|
||
|
|
||
|
#include <string.h>
|
||
|
|
||
|
/**************************************************************************/
|
||
|
|
||
|
#include "tester.gen"
|
||
|
|
||
|
static const struct MENU mainmenu = {"Mainmenu", mentry};
|
||
|
|
||
|
void main_tester(void) {
|
||
|
handleMenu(&mainmenu);
|
||
|
gotoISP();
|
||
|
};
|