Skip to content

Commit

Permalink
Update usbdevice.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr authored Dec 2, 2024
1 parent fe8b1c5 commit 2c7e8b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples_x035/usbdevice/usbdevice.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Small example showing how to use the SWIO programming pin to
do printf through the debug interface */
/* Example showing the USB Device port on the CH32x03x (ch32v035 / ch32v033)
This example is primarily for use with hidapi on the host.
*/

#include "ch32v003fun.h"
#include <stdio.h>
Expand Down

0 comments on commit 2c7e8b2

Please sign in to comment.