remove most of the defines

This commit is contained in:
2023-08-18 15:34:56 +02:00
parent 4cd2b9368d
commit a82b32087c
21 changed files with 155 additions and 285 deletions
@@ -8,8 +8,8 @@
* @copyright Copyright (c) 2022
*
*/
#ifndef MENU_TEST_MODE
#define MENU_TEST_MODE
#ifndef MENU_TEST_MODE_H
#define MENU_TEST_MODE_H
#include "SpecialMenus/driveModi/menuDriveMode.h"
#include "driveModi/Modi/TestMode/testMode.h"
@@ -96,4 +96,4 @@ class MenuTestModeWrapper : public MenuIntInputWrapper {
TestModeFunctionDouble testModeFunctionDouble = nullptr;
};
#endif // MENU_TEST_MODE
#endif // MENU_TEST_MODE_H