Reformat.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Oct 2007 16:14:35 +0000 (16:14 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Oct 2007 16:14:35 +0000 (16:14 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@873 38d2e660-2303-0410-9eaa-f027e97ec537

cpu/avr/drv/kdebug_avr.c

index 0ff8a8522528982c63e4f7af30d01ce67b22770a..0a3926451b603b87b76f5a7c2987441c08c21f8b 100644 (file)
        typedef uint8_t kdbg_irqsave_t;
 
 /*
      * Special debug port for BitBanged Serial see below for details...
      */
+ * Special debug port for BitBanged Serial see below for details...
+ */
 #elif CONFIG_KDEBUG_PORT == 666
        #include "hw_ser.h"
        #define KDBG_WAIT_READY()      do { /*nop*/ } while(0)