The third parameter of dfu_alt_add(), the string description of alternate, is build in stm32prog_alt_add() with a unnecessary character ';' at the end of the string. This separator was required in the first implementation of dfu_alt_add() but is no more needed in the current implementation; this separator is managed only in dfu_config_interfaces() which call dfu_alt_add() for this parameter without this separator. And since the commit |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| cmd_stm32prog.c | ||
| stm32prog.c | ||
| stm32prog.h | ||
| stm32prog_serial.c | ||
| stm32prog_usb.c | ||