From 3d4b80d02e1aa67fa615fd992ed5d186b71f0a99 Mon Sep 17 00:00:00 2001 From: travis-farmer Date: Fri, 20 Oct 2023 15:07:42 -0400 Subject: [PATCH] haba said delete the * --- MotorDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MotorDriver.cpp b/MotorDriver.cpp index 8749471..f18050e 100644 --- a/MotorDriver.cpp +++ b/MotorDriver.cpp @@ -510,7 +510,7 @@ void MotorDriver::getFastPin(const FSH* type,int pin, bool input, FASTPIN & res #if defined(ARDUINO_GIGA) (void)type; (void)input; // no warnings please - *result = digitalPinToGpio(pin); + result = digitalPinToGpio(pin); #else (void) type; // avoid compiler warning if diag not used above. #if defined(ARDUINO_ARCH_SAMD)