From dd5a070bc659fa7bd36da6b81dc022ca21f10de1 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Sat, 2 Aug 2014 13:51:45 +0400 Subject: [PATCH] STM32: Added TODO in the example app --- libuavcan_drivers/stm32/test_stm32f107/src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 */