tristanjph with include guard
Fork of xbee_lib by
Revision 7:accd25ecfeb9, committed 2016-03-10
- Comitter:
- avachen
- Date:
- Thu Mar 10 18:38:37 2016 +0000
- Parent:
- 6:6455a079bdb3
- Commit message:
- added include guards
Changed in this revision
xbee.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6455a079bdb3 -r accd25ecfeb9 xbee.h --- a/xbee.h Fri Aug 31 15:48:55 2012 +0000 +++ b/xbee.h Thu Mar 10 18:38:37 2016 +0000 @@ -1,3 +1,6 @@ +#ifndef XBEE_H +#define XBEE_H + /* Copyright (c) 2012 Tristan Hughes, MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software @@ -74,4 +77,5 @@ */ void Reset(); -}; \ No newline at end of file +}; +#endif \ No newline at end of file