On Mon, Mar 29, 2010 at 06:50:20AM +0200, Carl-Daniel Hailfinger wrote:
+__attribute__ ((noinline)) void myusec_delay(int usecs)
Is this supported on all supported compilers? If not, maybe create a #define for that and use this instead of the explicit __attribute__((noinline)).
ciao Joerg