modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
720 stars 128 forks source link

[fix] Remove unused template parameter from GeneralPurposeTimer::signalToChannel() #1142

Closed TomSaw closed 4 months ago

TomSaw commented 4 months ago

Looks like @chris-durand left some dev artifacts in there.

salkinium commented 4 months ago

Good catch! I completely forgot about how SignalConnection works…