On Tue, Aug 29, 2017 at 5:47 PM, DJ Delorie <[email protected]> wrote: > > Richard Biener <[email protected]> writes: >> Humm... don't you have to register interrupt handlers somehow? > > MSP430 uses an "if they're present, they're registered" approach, so > it's driven by the user tagging functions as interrupts - the linker > notices that they're present and links them into the interrupt table for > you. So, adding "used" is consistent with this method, as the interrupt > attribute *is* the registration.
Ah, thanks for the clarification.
