mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
Add proper default config file
This commit is contained in:
parent
1a53a2f882
commit
dcb3fd11ea
2 changed files with 50 additions and 1385 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue