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
|
//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
|
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 "settings.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "touch.h"
|
#include "touch.h"
|
||||||
|
#include "ui_touch.h"
|
||||||
#include "ubitx.h"
|
#include "ubitx.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user