Browse Source

nxp_ucans32k146: Use px4_platform_configure

release/1.12
David Sidrane 4 years ago committed by Daniel Agar
parent
commit
74a0693040
  1. 8
      boards/nxp/ucans32k146/src/init.c

8
boards/nxp/ucans32k146/src/init.c

@ -94,7 +94,13 @@ int board_app_initialize(uintptr_t arg)
/* Perform board-specific initialization */ /* Perform board-specific initialization */
return s32k1xx_bringup(); int rv = s32k1xx_bringup();
/* Configure the HW based on the manifest */
px4_platform_configure();
return rv;
#endif #endif
} }

Loading…
Cancel
Save