Skip to content

Commit

Permalink
Remove now unused function cdc_shell_write_string() in usb_cdc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vnodeng committed Dec 2, 2020
1 parent 00a6111 commit 7af61f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions usb_cdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@ void cdc_shell_write(const void *buf, size_t count) {
}
}

void cdc_shell_write_string(const char *buf) {
cdc_shell_write(buf, strlen(buf));
}

/* USB USART TX Functions */

static void usb_cdc_port_start_tx(int port) {
Expand Down

0 comments on commit 7af61f0

Please sign in to comment.