uv-k5-firmware-chinese-lts/app/common.h

13 lines
215 B
C
Raw Normal View History

2023-12-07 03:39:09 +00:00
#ifndef APP_COMMON_H
#define APP_COMMON_H
#include "functions.h"
#include "settings.h"
#include "ui/ui.h"
void COMMON_KeypadLockToggle();
void COMMON_SwitchVFOs();
void COMMON_SwitchVFOMode();
2023-11-30 06:38:27 +00:00
#endif