STM32: Added TODO in the example app

This commit is contained in:
Pavel Kirienko 2014-08-02 13:51:45 +04:00
parent 16a555e571
commit dd5a070bc6

View File

@ -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
*/