diff --git a/libuavcan_drivers/stm32/test_stm32f107/src/main.cpp b/libuavcan_drivers/stm32/test_stm32f107/src/main.cpp index b4b9577c52..1f50b82fcb 100644 --- a/libuavcan_drivers/stm32/test_stm32f107/src/main.cpp +++ b/libuavcan_drivers/stm32/test_stm32f107/src/main.cpp @@ -78,6 +78,9 @@ public: node.setNodeID(64); node.setName("org.uavcan.stm32_test_stm32f107"); + // TODO: fill software version info (version number, VCS commit hash, ...) + // TODO: fill hardware version info (version number, unique ID) + /* * Initializing the UAVCAN node - this may take a while */