minor formatting changes
This commit is contained in:
parent
0be308b7ce
commit
98a42524d3
3 changed files with 11 additions and 9 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue