Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: CANMsg.h
- Revision:
- 1:34738eb16cf7
- Parent:
- 0:3d11ed680b6a
- Child:
- 2:2b8425b12d05
--- 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