mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
13 lines
203 B
C
13 lines
203 B
C
|
|
||
|
#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();
|
||
|
|
||
|
#endif
|