minor formatting changes

This commit is contained in:
nvt-se
2008-11-17 16:18:52 +00:00
parent 0be308b7ce
commit 98a42524d3
3 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,6 @@
#ifndef CC1020_INTERNAL_H
#define CC1020_INTERNAL_H
#include <signal.h>
#define CC1020_MAIN 0x00
@@ -252,3 +255,5 @@ struct cc1020_header {
#define HDRSIZE (sizeof (struct cc1020_header))
///@}
#endif /* CC1020_INTERNAL_H */

View File

@@ -1,7 +1,7 @@
/*
Copyright 2006, Freie Universitaet Berlin. All rights reserved.
These sources were developed at the Freie Universit<EFBFBD>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<65> 1.1 and modified/reformatted for Contiki 2.0
* \file cc1020.c
* \author FUB ScatterWeb Developers, Michael Baar, Nicolas Tsiftes
**/
#include <stdio.h>

View File

@@ -1,7 +1,7 @@
/*
Copyright 2006, Freie Universitaet Berlin. All rights reserved.
These sources were developed at the Freie Universit<EFBFBD>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