From 73941137481e64897ee18fe63a7829dbed9af9d5 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 7 Apr 2020 15:34:05 +0700 Subject: example clean up --- examples/device/hid_composite/src/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/device/hid_composite/src') diff --git a/examples/device/hid_composite/src/main.c b/examples/device/hid_composite/src/main.c index 4529e24f1..7207e4d4c 100644 --- a/examples/device/hid_composite/src/main.c +++ b/examples/device/hid_composite/src/main.c @@ -56,7 +56,6 @@ void hid_task(void); int main(void) { board_init(); - tusb_init(); while (1) -- cgit v1.3.1