diff options
| author | hathach <[email protected]> | 2025-10-11 18:41:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-11 18:41:02 +0700 |
| commit | b19d86376265ab4be279a74a6573dbb8c6fc8c48 (patch) | |
| tree | bae17ec17520eff8db1ef83ac7de8674f6e8d387 /examples/device/hid_multiple_interface | |
| parent | f69d89454ef4a57a1ff199d42cb24a7eff4f6d90 (diff) | |
| parent | 87523f2494109b45307644a36f035b5ad11d5ba9 (diff) | |
Merge branch 'master' into fork/adam-embedded/with-stm32l496nucleo
Diffstat (limited to 'examples/device/hid_multiple_interface')
| -rw-r--r-- | examples/device/hid_multiple_interface/src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/device/hid_multiple_interface/src/main.c b/examples/device/hid_multiple_interface/src/main.c index 92c7e8332..0bccd13c1 100644 --- a/examples/device/hid_multiple_interface/src/main.c +++ b/examples/device/hid_multiple_interface/src/main.c @@ -68,9 +68,7 @@ int main(void) }; tusb_init(BOARD_TUD_RHPORT, &dev_init); - if (board_init_after_tusb) { - board_init_after_tusb(); - } + board_init_after_tusb(); while (1) { |
