diff options
| author | hathach <[email protected]> | 2020-04-07 15:34:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-07 16:05:04 +0700 |
| commit | 73941137481e64897ee18fe63a7829dbed9af9d5 (patch) | |
| tree | 80653827ca28dd3b6b205af587daea9b36896df6 /examples/device/hid_composite/src | |
| parent | 3c724251f01300601e197f7b6646a5968b1d98df (diff) | |
example clean up
Diffstat (limited to 'examples/device/hid_composite/src')
| -rw-r--r-- | examples/device/hid_composite/src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
