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 1:b9201bec01bf, committed 2015-04-14
- Comitter:
- clemounet
- Date:
- Tue Apr 14 13:26:18 2015 +0000
- Parent:
- 0:3ca0a6d1e2a1
- Commit message:
- .up
Changed in this revision
| CANInterface.cpp | Show annotated file Show diff for this revision Revisions of this file | 
diff -r 3ca0a6d1e2a1 -r b9201bec01bf CANInterface.cpp
--- a/CANInterface.cpp	Thu Apr 02 07:30:22 2015 +0000
+++ b/CANInterface.cpp	Tue Apr 14 13:26:18 2015 +0000
@@ -137,8 +137,8 @@
             DBG("CanInterface Running");
         if((bus1->rderror() != 0) || (bus2->rderror() != 0)) {
             ERR("Got Hardware rx errors ovf, need reset?");
-            // bus1.reset()
-            // bus2.reset()
+           // bus1->reset();
+           // bus2->reset();
         }
         if( rxOvf ) {
             ERR("Got Software rx errors ovf, need to extend FIFO!!");