CanInterface Dispatcher, it depends on MyThread (MyThings lib)
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!!");