Fix includes

This commit is contained in:
Reed Nightingale 2020-02-09 18:44:17 -08:00
parent a92fdc7793
commit 4483852742
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -38,6 +38,7 @@
#include "settings.h"
#include "setup.h"
#include "touch.h"
#include "ui_touch.h"
#include "ubitx.h"
/**