diff options
| author | Ha Thach <[email protected]> | 2020-04-10 23:53:03 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-10 23:53:03 +0700 |
| commit | 2ff3f765db7e62201d0491093111b0d649446046 (patch) | |
| tree | 1f1bee1fe4d844ee8343d725a1af32a85fd32fe7 /examples/device/hid_composite | |
| parent | bbb0e1088dad9f22b3447cc932270cbc0d84a453 (diff) | |
| parent | a37a56acd3ca70e0330d68da866d56faf00e82ce (diff) | |
Merge pull request #319 from hathach/add-esp32s2
port ESP32 S2
Diffstat (limited to 'examples/device/hid_composite')
| -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) |
