0
votes
4answers
148 views
How to avoid code duplication between similar ISRs?
I have two interrupt service routines (ISR) which basically do the exact same
thing but each handles an interrupt from a different device (although the same type of device). Therefore, the logic is …
