diff --git a/sphinx/source/Tutorials/The ISOBUS Hello World.rst b/sphinx/source/Tutorials/The ISOBUS Hello World.rst index 96f5c39e..3f212311 100644 --- a/sphinx/source/Tutorials/The ISOBUS Hello World.rst +++ b/sphinx/source/Tutorials/The ISOBUS Hello World.rst @@ -43,7 +43,7 @@ Let's set up a standard, empty C++ program in a file called "main.cpp", and incl The file `"can_network_manager.hpp" `_ is the header file for the main interface for the CAN stack. -The file `"socket_can_interface.hpp" `_ is a hardware tie-in for socket CAN. +The file `"socket_can_interface.hpp" `_ is a hardware tie-in for socket CAN. The file `"can_partnered_control_function.hpp" `_ Defines the interface for a *partnered control function*, which is another device you want to communicate with.