|
From: | Bjarne Laursen |
Subject: | Re: [avr-gcc-list] Inline attribute |
Date: | Tue, 21 Nov 2006 14:40:17 +0100 |
User-agent: | Thunderbird 1.5.0.8 (Windows/20061025) |
static inline void RestoreState(STATE_REG ps) { SREG = ps; } static makes the function local, so that you can define it in more modules
[Prev in Thread] | Current Thread | [Next in Thread] |