Skip to content

Commit 0a07f5c

Browse files
Merge pull request #80 from UAVCAN/fixed_out_of_dated_comment
Fixed comment to match
2 parents c152f28 + c97e6e5 commit 0a07f5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libuavcan_drivers/posix/include/uavcan_posix/firmware_version_checker.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ class FirmwareVersionChecker : public uavcan::IFirmwareVersionChecker
251251
* org.pixhawk.px4cannode-v1-0.1.59efc137.uavcan.bin
252252
* +---fw
253253
* +-c <----------- Files are cashed here.
254-
* +--- 59efc137.bin <---------- A unknown Firmware file
254+
* +--- px4cannode-v1.59efc137.bin <------ A Firmware file
255255
* +---org.pixhawk.px4cannode-v1 <---------- node_info.name
256256
* +---1.0 <-------------------------------- node_info.name's hardware_version.major,minor
257-
* + - 59efc137.bin <----------- A well known file must match the name
257+
* + - px4cannode-v1.59efc137.bin <---- A well known file must match the name
258258
* in the root fw folder, so if it does not exist
259-
* it is copied up
259+
* it is copied up MUST BE < 32 Characters
260260
*/
261261
bool rv = false;
262262

0 commit comments

Comments
 (0)