diff options
| author | HiFiPhile <[email protected]> | 2025-09-17 23:19:35 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-09-17 23:44:01 +0200 |
| commit | be9409bfa738f00dc70d5e5bb99c0d9d61b69a34 (patch) | |
| tree | d7a06f922280d24153a5d9eb7b7a1c7ea4b3b954 /examples/device/dynamic_configuration/src | |
| parent | 50949eb3b9aa56a38b318f3e568a682e39f4b72e (diff) | |
Fix board_init_after_tusb
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'examples/device/dynamic_configuration/src')
| -rw-r--r-- | examples/device/dynamic_configuration/src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/device/dynamic_configuration/src/main.c b/examples/device/dynamic_configuration/src/main.c index 32ff58232..258cfcd02 100644 --- a/examples/device/dynamic_configuration/src/main.c +++ b/examples/device/dynamic_configuration/src/main.c @@ -63,9 +63,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) { |
