summaryrefslogtreecommitdiff
path: root/examples/device/webusb/src/main.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-07-16 18:14:47 +0700
committerhathach <[email protected]>2019-07-16 18:14:47 +0700
commit036e858543dce1c19ff789b69907680500e28ca6 (patch)
tree6ecc1bd798a28be698db801e2d25e0a576442aa4 /examples/device/webusb/src/main.c
parentcb4e6837e9f1aa02644e1ad88ffff43b59470a4e (diff)
add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
Diffstat (limited to 'examples/device/webusb/src/main.c')
-rw-r--r--examples/device/webusb/src/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/device/webusb/src/main.c b/examples/device/webusb/src/main.c
index 59e934930..5624ff4bd 100644
--- a/examples/device/webusb/src/main.c
+++ b/examples/device/webusb/src/main.c
@@ -30,12 +30,6 @@
#include "bsp/board.h"
#include "tusb.h"
-/* This MIDI example send sequence of note (on/off) repeatedly. To test on PC, you need to install
- * synth software and midi connection management software. On
- * - Linux (Ubuntu) : install qsynth, qjackctl. Then connect TinyUSB output port to FLUID Synth input port
- *
- */
-
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF PROTYPES
//--------------------------------------------------------------------+