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:
parent
881c490ae0
commit
3d4b80d02e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user