From 98a42524d3786925cfacbbb9bdb7a201c2d6ff9c Mon Sep 17 00:00:00 2001 From: nvt-se Date: Mon, 17 Nov 2008 16:18:52 +0000 Subject: [PATCH] minor formatting changes --- platform/msb430/dev/cc1020-internal.h | 5 +++++ platform/msb430/dev/cc1020.c | 8 +++----- platform/msb430/dev/cc1020.h | 7 +++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/platform/msb430/dev/cc1020-internal.h b/platform/msb430/dev/cc1020-internal.h index 0b73d64f6..1fab57549 100644 --- a/platform/msb430/dev/cc1020-internal.h +++ b/platform/msb430/dev/cc1020-internal.h @@ -1,3 +1,6 @@ +#ifndef CC1020_INTERNAL_H +#define CC1020_INTERNAL_H + #include #define CC1020_MAIN 0x00 @@ -252,3 +255,5 @@ struct cc1020_header { #define HDRSIZE (sizeof (struct cc1020_header)) ///@} + +#endif /* CC1020_INTERNAL_H */ diff --git a/platform/msb430/dev/cc1020.c b/platform/msb430/dev/cc1020.c index 7a548c616..7523c70ad 100644 --- a/platform/msb430/dev/cc1020.c +++ b/platform/msb430/dev/cc1020.c @@ -1,7 +1,7 @@ /* Copyright 2006, Freie Universitaet Berlin. All rights reserved. -These sources were developed at the Freie Universit�t Berlin, Computer +These sources were developed at the Freie Universitaet Berlin, Computer Systems and Telematics group. Redistribution and use in source and binary forms, with or without @@ -42,10 +42,8 @@ Berlin, 2006 /** - * @file cc1020.c - * @author FUB ScatterWeb Developers, Michael Baar, Nicolas Tsiftes - * - * Taken from ScatterWeb� 1.1 and modified/reformatted for Contiki 2.0 + * \file cc1020.c + * \author FUB ScatterWeb Developers, Michael Baar, Nicolas Tsiftes **/ #include diff --git a/platform/msb430/dev/cc1020.h b/platform/msb430/dev/cc1020.h index b7b811f68..261d5038a 100644 --- a/platform/msb430/dev/cc1020.h +++ b/platform/msb430/dev/cc1020.h @@ -1,7 +1,7 @@ /* Copyright 2006, Freie Universitaet Berlin. All rights reserved. -These sources were developed at the Freie Universität Berlin, Computer +These sources were developed at the Freie Universitaet Berlin, Computer Systems and Telematics group. Redistribution and use in source and binary forms, with or without @@ -41,9 +41,8 @@ Berlin, 2006 */ /** - * @file cc1020.h - * @author FUB ScatterWeb Developers, Michael Baar, Nicolas Tsiftes - * + * \file cc1020.h + * \author FUB ScatterWeb Developers, Michael Baar, Nicolas Tsiftes **/ #ifndef CC1020_H