aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/px4io/driver/px4io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4/px4io/driver/px4io.cpp')
-rw-r--r--apps/px4/px4io/driver/px4io.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/px4/px4io/driver/px4io.cpp b/apps/px4/px4io/driver/px4io.cpp
index c3f14e3a4..3a3ff6407 100644
--- a/apps/px4/px4io/driver/px4io.cpp
+++ b/apps/px4/px4io/driver/px4io.cpp
@@ -32,7 +32,8 @@
****************************************************************************/
/**
- * @file Driver for the PX4IO board.
+ * @file px4io.cpp
+ * Driver for the PX4IO board.
*
* PX4IO is connected via serial (or possibly some other interface at a later
* point).
@@ -555,6 +556,6 @@ px4io_main(int argc, char *argv[])
- printf("need a verb, only support 'start'\n");
+ printf("need a verb, only support 'start' and 'update'\n");
return ERROR;
}