mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-22 18:44:58 +00:00
12 lines
174 B
C
12 lines
174 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();
|
||
|
|
||
|
#endif
|