remove inheritance from menuTestMode
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user