Add proper default config file

This commit is contained in:
KernelGuruMeditation 2020-11-20 19:57:02 +00:00 committed by Brennan Ashton
parent 1a53a2f882
commit dcb3fd11ea
2 changed files with 50 additions and 1385 deletions

File diff suppressed because it is too large Load Diff

View File

@ -235,8 +235,9 @@ int stm32_bringup(void)
#endif /* CONFIG_BUTTONS */
#ifdef HAVE_USBHOST
/* Initialize USB host operation. stm32_usbhost_initialize() starts a thread
* will monitor for USB connection and disconnection events.
/* Initialize USB host operation. stm32_usbhost_initialize()
* starts a thread will monitor for USB connection and
* disconnection events.
*/
ret = stm32_usbhost_initialize();