Declaration fix for build with GCC 3.4
[bertos.git] / drv / timer_avr.h
index cfcb86d84d2dbf7b9d02d246ae3bb11f4322f638..acaeff6d5105ae04d96bffbe52f9e0b2c81eaf58 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*
  * $Log$
+ * Revision 1.4  2004/06/27 15:22:15  aleph
+ * Fix spacing
+ *
  * Revision 1.3  2004/06/07 15:57:40  aleph
  * Update to latest AVR timer code
  *
 
        #define DEFINE_TIMER_ISR        \
                static void timer_handler(void)
-       
+
        DEFINE_TIMER_ISR;
 
        /*