aa
Diff: CANMsg.h
- Revision:
- 1:34738eb16cf7
- Parent:
- 0:3d11ed680b6a
- Child:
- 2:2b8425b12d05
diff -r 3d11ed680b6a -r 34738eb16cf7 CANMsg.h --- a/CANMsg.h Fri Mar 17 16:34:42 2017 +0000 +++ b/CANMsg.h Sat Mar 18 23:09:30 2017 +0000 @@ -1,5 +1,5 @@ -#ifndef CANMESSAGE_H -#define CANMESSAGE_H +#ifndef CANMSG_H +#define CANMSG_H /* CAN message container. * Provides "<<" (append) and ">>" (extract) operators to simplyfy @@ -74,4 +74,4 @@ } }; -#endif // CANMESSAGE_H +#endif // CANMSG_H