From 2c5b4f93a15b6a31359245202c166fc1d4848f74 Mon Sep 17 00:00:00 2001 From: je310 Date: Fri, 5 Oct 2018 12:43:43 +0100 Subject: [PATCH] Update axis.hpp Added direction in the comments for the error codes to go look at the relevant hpp. When skimming the help documentation one assumes you arrive at an unhelpful error, such as ERROR_MOTOR_FAILED, when there is more information to be had. --- Firmware/MotorControl/axis.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/MotorControl/axis.hpp b/Firmware/MotorControl/axis.hpp index 111f9e26..d78cb54f 100644 --- a/Firmware/MotorControl/axis.hpp +++ b/Firmware/MotorControl/axis.hpp @@ -49,9 +49,9 @@ public: ERROR_CURRENT_MEASUREMENT_TIMEOUT = 0x08, ERROR_BRAKE_RESISTOR_DISARMED = 0x10, //