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:
- 5:db8883da4778
- Parent:
- 4:5017a65ff423
--- 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
 {