12 lines
117 B
C
12 lines
117 B
C
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
#ifndef UI_h
|
|
#define UI_h
|
|
|
|
|
|
extern uint16_t ui_cpt;
|
|
|
|
void ui_run();
|
|
|
|
#endif
|