aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/menu.h
blob: f46ba2860de124d250eb736c777a7e35a3fde5c6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef MENU_H_
#define MENU_H_

void menu_request_display_update(void);
void menu_work(void);

void menu_init(void);

#endif /* MENU_H_ */
bues.ch cgit interface