Browse Source

modalai_fc-v1: Use px4_platform_configure

release/1.12
David Sidrane 4 years ago committed by Daniel Agar
parent
commit
2247779216
  1. 4
      boards/modalai/fc-v1/src/init.c

4
boards/modalai/fc-v1/src/init.c

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

Loading…
Cancel
Save