Fix spacing
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Jun 2004 15:22:15 +0000 (15:22 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Jun 2004 15:22:15 +0000 (15:22 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@41 38d2e660-2303-0410-9eaa-f027e97ec537

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;
 
        /*