forked from Archive/PX4-Autopilot
nxphlite-v3:Removed usb init, there is none needed to be done by board
This commit is contained in:
parent
f48d3f05c2
commit
39632a67d9
|
@ -542,16 +542,6 @@ int nxphlite_spi_bus_initialize(void);
|
|||
void board_spi_reset(int ms);
|
||||
void board_peripheral_reset(int ms);
|
||||
|
||||
/************************************************************************************
|
||||
* Name: nxphlite_usbinitialize
|
||||
*
|
||||
* Description:
|
||||
* Called to setup USB-related GPIO pins for the NXPHlite-v3 board.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
void nxphlite_usbinitialize(void);
|
||||
|
||||
/************************************************************************************
|
||||
* Name: nxphlite_bringup
|
||||
*
|
||||
|
|
|
@ -531,9 +531,6 @@ __EXPORT int board_app_initialize(uintptr_t arg)
|
|||
nxphlite_automount_initialize();
|
||||
#endif
|
||||
|
||||
|
||||
nxphlite_usbinitialize();
|
||||
|
||||
/* Configure SPI-based devices */
|
||||
|
||||
#ifdef CONFIG_SPI
|
||||
|
|
|
@ -68,19 +68,6 @@
|
|||
* Public Functions
|
||||
************************************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
* Name: nxphlite_usbinitialize
|
||||
*
|
||||
* Description:
|
||||
* Called to setup USB-related GPIO pins for the NXPHlite-v3 board.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
__EXPORT
|
||||
void nxphlite_usbinitialize(void)
|
||||
{
|
||||
}
|
||||
|
||||
/************************************************************************************
|
||||
* Name: kinetis_usbpullup
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue