Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tinyusb/dfu: Fix build when auto confirm is off
Part of the code and data was included only if USBD_DFU_RESET_AFTER_DOWNLOAD was set. While package init function used those functions and data regardless of syscfg value. package init function is not called from sysinit when USBD_DFU_RESET_AFTER_DOWNLOAD is not set but code inside is still there. Now all code is there and if functionality is not used package init function will not be called from sysinit.
- Loading branch information