mro/pixracerpro: add missing px4_platform_configure() call (#21158)

This commit is contained in:
Leonardo Garcia 2023-02-21 00:30:39 -08:00 committed by GitHub
parent 3ab34fe5b1
commit 3bdb42b6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -195,5 +195,7 @@ __EXPORT int board_app_initialize(uintptr_t arg)
sdio_mediachange(sdio_dev, true);
#endif /* CONFIG_MMCSD */
px4_platform_configure();
return OK;
}