remove inheritance from menuTestMode

This commit is contained in:
2023-05-11 11:04:55 +02:00
parent f2b63f1ce6
commit 2850b5084d
3 changed files with 6 additions and 6 deletions
@@ -22,7 +22,7 @@
* @brief Interact with the TestMode
*
*/
class MenuTestMode : public MenuDriveMode {
class MenuTestMode : public MenuControl {
public:
/**
* @brief Construct a new Menu Test Mode object
@@ -69,6 +69,7 @@ class MenuTestMode : public MenuDriveMode {
void init();
bool checkInput();
DriveManager* driveManager;
TestMode* testMode;
Menu* mainMenu;