adafruit / ArduinoCore-samd

116 stars 119 forks source link

add missing _Val suffix on arguments to GCLK_GENCTRL_SRC() #366

Open rlcamp opened 4 months ago

rlcamp commented 4 months ago

without the suffix, the value is erroneously being shifted twice, which happens to be harmless in these particular instances because the shift is by zero