2023-10-20 22:12:55 +00:00
|
|
|
|
|
|
|
#ifndef APP_COMMON_H
|
|
|
|
#define APP_COMMON_H
|
|
|
|
|
|
|
|
#include "functions.h"
|
|
|
|
#include "settings.h"
|
|
|
|
#include "ui/ui.h"
|
|
|
|
|
|
|
|
void COMMON_KeypadLockToggle();
|
|
|
|
void COMMON_SwitchVFOs();
|
2023-10-24 00:01:02 +00:00
|
|
|
void COMMON_SwitchVFOMode();
|
2023-10-20 22:12:55 +00:00
|
|
|
|
|
|
|
#endif
|