mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
minor formatting changes
This commit is contained in:
parent
0be308b7ce
commit
98a42524d3
@ -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 */
|
||||
|
@ -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<EFBFBD> 1.1 and modified/reformatted for Contiki 2.0
|
||||
* \file cc1020.c
|
||||
* \author FUB ScatterWeb Developers, Michael Baar, Nicolas Tsiftes
|
||||
**/
|
||||
|
||||
#include <stdio.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
|
||||
|
Loading…
Reference in New Issue
Block a user