mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 16:07:31 -05:00
Revert the previous commit
This commit is contained in:
parent
2a412fd34a
commit
0b65559e97
@ -7,7 +7,6 @@
|
|||||||
#include "nano_gui.h"
|
#include "nano_gui.h"
|
||||||
#include "scratch_space.h"
|
#include "scratch_space.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "tuner.h"
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
static const unsigned int LAYOUT_BUTTON_X = 180;
|
static const unsigned int LAYOUT_BUTTON_X = 180;
|
||||||
@ -70,7 +69,6 @@ void osQuickListRecall(uint8_t index)
|
|||||||
{
|
{
|
||||||
SetActiveVfoFreq(globalSettings.quickList[index].frequency);
|
SetActiveVfoFreq(globalSettings.quickList[index].frequency);
|
||||||
SetActiveVfoMode(globalSettings.quickList[index].mode);
|
SetActiveVfoMode(globalSettings.quickList[index].mode);
|
||||||
setFrequency(GetActiveVfoFreq());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void osQuickListSave(uint8_t index)
|
void osQuickListSave(uint8_t index)
|
||||||
|
Loading…
Reference in New Issue
Block a user