From 206923598b50bd77d52f76cd333f829727d4a464 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Fri, 1 Oct 2021 13:10:20 +0200 Subject: [PATCH] Fix error codes formatting --- src/logic/error_codes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/logic/error_codes.h b/src/logic/error_codes.h index 60d5f7d..9117ffc 100644 --- a/src/logic/error_codes.h +++ b/src/logic/error_codes.h @@ -64,14 +64,14 @@ enum class ErrorCode : uint_fast16_t { /// - E34944 Selector TMC driver /// - E35072 Idler TMC driver /// - E35264 All 3 TMC driver - TMC_UNDERVOLTAGE_ON_CHARGE_PUMP = 0x8800, + TMC_UNDERVOLTAGE_ON_CHARGE_PUMP = 0x8800, /// TMC driver serious error - short to ground on coil A or coil B - dangerous to recover /// - E36928 Pulley TMC driver /// - E36992 Selector TMC driver /// - E37120 Idler TMC driver /// - E37312 All 3 TMC driver - TMC_SHORT_TO_GROUND = 0x9000, + TMC_SHORT_TO_GROUND = 0x9000, /// TMC driver over temperature warning - can be recovered by restarting the driver. /// If this error happens, we should probably go into the error state as soon as the current command is finished.