From 5de5dd48a251afafcfe6bd0be1f8aeb5b173c1b2 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 16 Jun 2022 22:40:33 +1000 Subject: [PATCH] Shorter ID padding --- Translations/make_translation.py | 2 +- source/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Translations/make_translation.py b/Translations/make_translation.py index 5c5478ec..b71856b1 100755 --- a/Translations/make_translation.py +++ b/Translations/make_translation.py @@ -128,7 +128,7 @@ def get_debug_menu() -> List[str]: "Vin ", "ACC ", "PWR ", - "ID ", + "ID ", "Max ", "HW G ", "HW M ", diff --git a/source/Makefile b/source/Makefile index 1015c553..d7c98166 100644 --- a/source/Makefile +++ b/source/Makefile @@ -271,7 +271,7 @@ CPUFLAGS= -march=rv32imafc \ -mcmodel=medany -fsigned-char -fno-builtin -nostartfiles \ -DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler -DARCH_RISCV -D__RISCV_FEATURE_MVE=0 -DportUSING_MPU_WRAPPERS=0 # -DBFLB_USE_ROM_DRIVER=1 -DEV_LDFLAGS=-nostartfiles --specs=patch.specs -DDEBUG +DEV_LDFLAGS=-nostartfiles -DDEBUG DEV_AFLAGS= DEV_GLOBAL_DEFS= #Required to be turned off due to their drivers tripping warnings