cubepilot_cubeyellow: Use px4_platform_configure

This commit is contained in:
David Sidrane 2020-11-20 06:13:49 -08:00 committed by Daniel Agar
parent 6b93865cfc
commit 55c091e0fc
1 changed files with 4 additions and 0 deletions

View File

@ -208,5 +208,9 @@ __EXPORT int board_app_initialize(uintptr_t arg)
sdio_mediachange(sdio_dev, true);
#endif /* CONFIG_MMCSD */
/* Configure the HW based on the manifest */
px4_platform_configure();
return OK;
}