Bindings: Python: Add CANErrorCountMessage

This commit is contained in:
Kyle Schwarz
2024-12-23 10:28:19 -05:00
parent b2161211c5
commit c249df8756
3 changed files with 21 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ pybind11_add_module(icsneopy
icsneopy/communication/network.cpp
icsneopy/communication/message/message.cpp
icsneopy/communication/message/canmessage.cpp
icsneopy/communication/message/canerrorcountmessage.cpp
icsneopy/communication/message/ethernetmessage.cpp
icsneopy/communication/message/linmessage.cpp
icsneopy/communication/message/tc10statusmessage.cpp