Merge branch 'main'
of git.kleiax.de:kleiax/Projektarbeit-Rover
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
#ifndef MENU_DRIVE_MODI_H
|
||||
#define MENU_DRIVE_MODI_H
|
||||
|
||||
#include "menuControl.h"
|
||||
#include "menuInformationSites.h"
|
||||
#include "driveModi/driveManager.h"
|
||||
|
||||
/**
|
||||
* @brief A base class for Menus about DriveModi
|
||||
*
|
||||
*/
|
||||
class MenuDriveMode : public MenuControl {
|
||||
class MenuDriveMode : public MenuInformationSites {
|
||||
public:
|
||||
/**
|
||||
* @brief Construct a new Menu Drive Mode object
|
||||
@@ -36,9 +36,6 @@ class MenuDriveMode : public MenuControl {
|
||||
* @brief Calls left.
|
||||
*/
|
||||
void no() override;
|
||||
|
||||
|
||||
virtual void printMenu() = 0;
|
||||
|
||||
protected:
|
||||
void configureOnLeave() {}
|
||||
|
||||
Reference in New Issue
Block a user