Skip to content

Commit

Permalink
Merge pull request #1478 from Ralim/refactor-gui-files
Browse files Browse the repository at this point in the history
Refactor gui files
  • Loading branch information
Ralim authored Nov 26, 2022
2 parents 4c30a5b + 3a83e98 commit 628b8fe
Show file tree
Hide file tree
Showing 25 changed files with 1,269 additions and 1,154 deletions.
1 change: 1 addition & 0 deletions source/Core/Drivers/Buttons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Author: Ralim
*/
#include "FreeRTOS.h"
#include "OperatingModeUtilities.h"
#include "settingsGUI.hpp"
#include "task.h"
#include <Buttons.hpp>
Expand Down
1 change: 0 additions & 1 deletion source/Core/Inc/settingsGUI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ typedef struct {
} menuitem;

void enterSettingsMenu();
void GUIDelay();
void warnUser(const char *warning, const int timeout);
extern const menuitem rootSettingsMenu[];

Expand Down
Loading

0 comments on commit 628b8fe

Please sign in to comment.