1
mirror of https://github.com/egzumer/uv-k5-firmware-custom.git synced 2025-12-12 20:49:47 +04:00
Files
uv-k5-firmware-custom/app/common.h
2023-10-21 06:11:02 +02:00

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