Fix CMakeLists file to get isotp correctly linked and adding
[apps/agl-service-can-low-level.git] / src / can / can-message.cpp
index 604d676..592f5e5 100644 (file)
  * limitations under the License.
  */
 
-#include "can/can-message.hpp"
+#include "can-message.hpp"
 
 #include <cstring>
 
-#include "low-can-binding.hpp"
+#include "../low-can-binding.hpp"
 
 /********************************************************************************
 *
@@ -201,7 +201,7 @@ can_message_t can_message_t::convert_from_canfd_frame(const struct canfd_frame&
                        else
                        {
                                length = (frame.len > maxdlen) ? maxdlen : frame.len;
-                       }       
+                       }
                }
        }
        else