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.
Revision 5:db8883da4778, committed 2019-02-25
- Comitter:
- Schnaiter
- Date:
- Mon Feb 25 08:54:49 2019 +0000
- Parent:
- 4:5017a65ff423
- Commit message:
- CAN
Changed in this revision
| CANMsg.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/CANMsg.h Tue Feb 05 14:50:19 2019 +0000
+++ b/CANMsg.h Mon Feb 25 08:54:49 2019 +0000
@@ -10,7 +10,8 @@
* See Wiki page <https://developer.mbed.org/users/hudakz/code/CAN_Hello/> for demo.
*/
-#include "CAN.h"
+//#include "CAN.h"
+//#include "CANMessage.h"
class CANMsg : public mbed::CANMessage
{