Browse Source

mro_x21: Use px4_platform_configure

release/1.12
David Sidrane 4 years ago committed by Daniel Agar
parent
commit
434f63d479
  1. 4
      boards/mro/x21/src/init.c

4
boards/mro/x21/src/init.c

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

Loading…
Cancel
Save