uv-k5-firmware-chinese-lts/app/common.h
2023-12-07 11:39:09 +08:00

13 lines
No EOL
215 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