diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c index 6e86d9214a..aa48faea87 100644 --- a/components/finsh/cmd.c +++ b/components/finsh/cmd.c @@ -819,6 +819,12 @@ static char *const device_type_str[] = "Touch Device", "Phy Device", "Security Device", + "WLAN Device", + "Pin Device", + "ADC Device", + "DAC Device", + "WDT Device", + "PWM Device", "Unknown" };