mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +00:00
minor formatting changes
This commit is contained in:
@@ -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<65> 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<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
|
||||
|
Reference in New Issue
Block a user