Closed codefaux closed 1 year ago
Present in library code is typo'd function IsPEKLongtPressIRQ().
IsPEKLongtPressIRQ()
Clearly a copy-paste related typo duplicating name of IsPEKShortPressIRQ().
IsPEKShortPressIRQ()
This should be isPEKLongPressIRQ() in all instances.
isPEKLongPressIRQ()
Obviously not a big deal, but also obviously not intentional.
Present in library code is typo'd function
IsPEKLongtPressIRQ()
.Clearly a copy-paste related typo duplicating name of
IsPEKShortPressIRQ()
.This should be
isPEKLongPressIRQ()
in all instances.Obviously not a big deal, but also obviously not intentional.