CanInterface Dispatcher, it depends on MyThread (MyThings lib)

Dependents:   PYRN

Revision:
1:b9201bec01bf
Parent:
0:3ca0a6d1e2a1
--- 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!!");