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 */