diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c index 6e86d9214ab82d9ddb7b3135c836c19c22dadfde..aa48faea871558c14e48e722efc96313ef974b9f 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" };