From: asterix Date: Fri, 21 Mar 2008 00:01:15 +0000 (+0000) Subject: Reformat. X-Git-Tag: 1.0.0~45 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=45624267683a4e4bfd71912961b539b12548e2c2;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1207 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/kdebug.c b/drv/kdebug.c index 1e20615a..c461b728 100644 --- a/drv/kdebug.c +++ b/drv/kdebug.c @@ -38,12 +38,13 @@ * \author Stefano Fedrigo */ - -#include #include #include #include + #include /* for BV() */ +#include + #include #warning what about these? //#include /* for CLOCK_FREQ */ diff --git a/net/keytag.h b/net/keytag.h index ab87be21..541005ea 100644 --- a/net/keytag.h +++ b/net/keytag.h @@ -38,6 +38,9 @@ #ifndef NET_KEYTAG_H #define NET_KEYTAG_H +#include +#include + /** * Starting communication char (STX). */ @@ -61,8 +64,6 @@ */ #define TAG_MAX_PRINT_CHARS 12 -#include - /** * Structure of a Tag packet */