Shorter ID padding

This commit is contained in:
Ben V. Brown
2022-06-16 22:40:33 +10:00
parent 21811b7ad6
commit 5de5dd48a2
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ def get_debug_menu() -> List[str]:
"Vin ",
"ACC ",
"PWR ",
"ID ",
"ID ",
"Max ",
"HW G ",
"HW M ",

View File

@@ -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