Skip to content

Commit

Permalink
mro/pixracerpro: add missing px4_platform_configure() call (#21161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarciaos committed Feb 21, 2023
1 parent 5334ec1 commit c7b9e16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/mro/pixracerpro/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit c7b9e16

Please sign in to comment.