diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-13 09:18:34 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:14:37 +0100 |
commit | d67146a15dad49d28bea92891cff1a8489534aa5 (patch) | |
tree | 0a9e661c77744f9c4b1eb8d25f89e8cad5fe4add /src/can | |
parent | 228220efbde99b38ff29a9f58f59ba5c62aedfe6 (diff) |
Fix: set to microsecond frequency check of diag request
Change-Id: I871ff68afd7f398d4c7d3a550c8926c1f7e67cb3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can')
-rw-r--r-- | src/can/can-bus.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/can/can-bus.cpp b/src/can/can-bus.cpp index 469b55d..79fcd3f 100644 --- a/src/can/can-bus.cpp +++ b/src/can/can-bus.cpp @@ -39,11 +39,6 @@ extern "C" #include <afb/afb-binding.h> } -/******************************************************************************** -* -* can_bus_t method implementation -* -*********************************************************************************/ /** * @brief Class constructor * |