Updated CMSIS-DAP version to v2
This commit is contained in:
parent
ab83c0768e
commit
97b0c937ea
Binary file not shown.
@ -23,7 +23,7 @@
|
||||
#define DAP_CONFIG_VENDOR_STR "Alex Taradov"
|
||||
#define DAP_CONFIG_PRODUCT_STR "Generic CMSIS-DAP Adapter"
|
||||
#define DAP_CONFIG_SER_NUM_STR usb_serial_number
|
||||
#define DAP_CONFIG_CMSIS_DAP_VER_STR "1.3.0"
|
||||
#define DAP_CONFIG_CMSIS_DAP_VER_STR "2.0.0"
|
||||
|
||||
//#define DAP_CONFIG_RESET_TARGET_FN target_specific_reset_function
|
||||
//#define DAP_CONFIG_VENDOR_FN vendor_command_handler_function
|
||||
|
||||
@ -224,7 +224,6 @@ static void uart_timer_task(void)
|
||||
//-----------------------------------------------------------------------------
|
||||
void usb_cdc_line_coding_updated(usb_cdc_line_coding_t *line_coding)
|
||||
{
|
||||
(void)line_coding;
|
||||
uart_init(line_coding);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user