batt_smbus: add missing PRINT_MODULE_USAGE_DEFAULT_COMMANDS()

This commit is contained in:
Beat Küng 2019-11-07 10:54:25 +01:00
parent f94236dcc9
commit a5af1c8afc
1 changed files with 1 additions and 0 deletions

View File

@ -687,6 +687,7 @@ $ batt_smbus -X write_flash 19069 2 27 0
PRINT_MODULE_USAGE_ARG("address", "The address to start writing.", true);
PRINT_MODULE_USAGE_ARG("number of bytes", "Number of bytes to send.", true);
PRINT_MODULE_USAGE_ARG("data[0]...data[n]", "One byte of data at a time separated by spaces.", true);
PRINT_MODULE_USAGE_DEFAULT_COMMANDS();
return PX4_OK;
}