Richard Biener <richard.guent...@gmail.com> 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.

Reply via email to