mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-10 16:16:03 -05:00
Fix includes
This commit is contained in:
parent
a92fdc7793
commit
4483852742
2
ubitx.h
2
ubitx.h
@ -120,8 +120,6 @@ int getValueByKnob(int minimum, int maximum, int step_size, int initial, char*
|
||||
|
||||
//main functions to check if any button is pressed and other user interface events
|
||||
void doCommands(); //does the commands with encoder to jump from button to button
|
||||
#include "menu.h"
|
||||
ButtonPress_e checkTouch(Point *const touch_point_out); //does the commands with a touch on the buttons
|
||||
|
||||
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include "settings.h"
|
||||
#include "setup.h"
|
||||
#include "touch.h"
|
||||
#include "ui_touch.h"
|
||||
#include "ubitx.h"
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user