diff options
Diffstat (limited to 'common/cmd_dtt.c')
-rw-r--r-- | common/cmd_dtt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_dtt.c b/common/cmd_dtt.c index 447076c..9db64e9 100644 --- a/common/cmd_dtt.c +++ b/common/cmd_dtt.c @@ -47,8 +47,8 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) /***************************************************/ -cmd_tbl_t U_BOOT_CMD(DTT) = MK_CMD_ENTRY( - "dtt", 1, 1, do_dtt, +U_BOOT_CMD( + dtt, 1, 1, do_dtt, "dtt - Digital Thermometer and Themostat\n", " - Read temperature from digital thermometer and thermostat.\n" ); |