summaryrefslogtreecommitdiff
path: root/examples/device/webusb/src/main.c
diff options
context:
space:
mode:
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
//--------------------------------------------------------------------+