Browse Source

px4_fmu-v3: Use px4_platform_configure

release/1.12
David Sidrane 4 years ago committed by Daniel Agar
parent
commit
79bedbc908
  1. 4
      boards/px4/fmu-v3/src/init.c

4
boards/px4/fmu-v3/src/init.c

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

Loading…
Cancel
Save