mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-22 10:18:15 +00:00
8 lines
100 B
C
8 lines
100 B
C
#ifndef UI_MSG_H
|
|
#define UI_MSG_H
|
|
|
|
#ifdef ENABLE_MESSENGER
|
|
void UI_DisplayMSG(void);
|
|
#endif
|
|
|
|
#endif |