Fix can_helpers link

This commit is contained in:
Paul Guenette
2021-12-22 21:49:25 -05:00
committed by GitHub
parent f411be15df
commit 654e35ad59
+1 -1
View File
@@ -135,4 +135,4 @@ Instead of manually writing values into the data, we can create a dictionary of
The [CAN DBC Example](../tools/can_dbc_example.py) script shows you how this can be used. This is the recommended method of serializing and deserializing.
If you're using C++, then you can use the [CANHelpers](..firmware/communication/../../../Firmware/communication/can/can_helpers.hpp) single-header library to do this instead, although the DBC file isn't used.
If you're using C++, then you can use the [CANHelpers](../Firmware/communication/can/can_helpers.hpp) single-header library to do this instead, although the DBC file isn't used.