forked from Archive/PX4-Autopilot
mro/pixracerpro: add missing px4_platform_configure() call (#21158)
This commit is contained in:
parent
3ab34fe5b1
commit
3bdb42b6a7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue