mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
irq_% are not inlined by the compiler which leads to it branching to a function that actually implement a single machine instruction. Inlining these functions makes the call more efficient as well as saving some bytes in ROM.