Side-key functions added: key lock, switch VFOs
This commit is contained in:
12
app/common.h
Normal file
12
app/common.h
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#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
|
Reference in New Issue
Block a user