1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-24 16:46:13 +01:00

haba said delete the *

This commit is contained in:
travis-farmer 2023-10-20 15:07:42 -04:00
parent 881c490ae0
commit 3d4b80d02e

View File

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