Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/GPIO
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-08-21 13:24:24 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-08-21 13:24:24 +0300
commit4f61dbc05bd2ad88d961de6b450017d605aed544 (patch)
tree79b174d6874f31867771c998b14110f92e581a3d /src/GPIO
parent4b3fc0fb630640b4de6f1e4a7fc1ae56d5f797bc (diff)
Changes for CANlib refactoring
Diffstat (limited to 'src/GPIO')
-rw-r--r--src/GPIO/GpOutPort.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GPIO/GpOutPort.cpp b/src/GPIO/GpOutPort.cpp
index f76daa54..d15f9267 100644
--- a/src/GPIO/GpOutPort.cpp
+++ b/src/GPIO/GpOutPort.cpp
@@ -13,6 +13,7 @@
#if SUPPORT_CAN_EXPANSION
# include <CAN/CanInterface.h>
# include <CAN/CanMessageGenericConstructor.h>
+# include <CanMessageGenericTables.h>
#endif
#if SUPPORT_REMOTE_COMMANDS