uv-k5-firmware-custom/app/common.h

12 lines
174 B
C
Raw Normal View History

#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