From c74bc36178441d1d77127aadd5510eebf7ee8eba Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Fri, 4 Feb 2022 23:42:20 +0100 Subject: [PATCH] removing HALL from unsupported devices --- Translations/make_translation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Translations/make_translation.py b/Translations/make_translation.py index 217f1da2..0c3d5c71 100755 --- a/Translations/make_translation.py +++ b/Translations/make_translation.py @@ -127,7 +127,9 @@ def get_debug_menu() -> List[str]: "ACC ", "PWR ", "Max ", + #ifdef HALL_SENSOR "Hall ", + #endif ]