Audio working
This commit is contained in:
26
main/gui.h
26
main/gui.h
@@ -1,13 +1,13 @@
|
||||
#ifndef GUI_H
|
||||
#define GUI_H
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GUI_MAIN = 0,
|
||||
GUI_MENU,
|
||||
GUI_BUBBLE
|
||||
} GuiMode_t;
|
||||
|
||||
void gui_start(void);
|
||||
|
||||
#endif
|
||||
#ifndef GUI_H
|
||||
#define GUI_H
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GUI_MAIN = 0,
|
||||
GUI_MENU,
|
||||
GUI_BUBBLE
|
||||
} GuiMode_t;
|
||||
|
||||
void gui_start(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user