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
+2
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;
}