Browse Source

cubepilot_cubeorange: Use px4_platform_configure

release/1.12
David Sidrane 4 years ago committed by Daniel Agar
parent
commit
6b93865cfc
  1. 4
      boards/cubepilot/cubeorange/src/init.c

4
boards/cubepilot/cubeorange/src/init.c

@ -189,5 +189,9 @@ __EXPORT int board_app_initialize(uintptr_t arg) @@ -189,5 +189,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;
}

Loading…
Cancel
Save