forked from xuos/xiuos
change ch438 on nuttx
This commit is contained in:
parent
de273145c3
commit
ee132df28a
|
@ -184,12 +184,7 @@ int imxrt_bringup(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_BSP_USING_CH438
|
#ifdef CONFIG_BSP_USING_CH438
|
||||||
ret = board_ch438_initialize();
|
board_ch438_initialize();
|
||||||
if (ret < 0)
|
|
||||||
{
|
|
||||||
syslog(LOG_ERR, "Failed to initialize ch438 Driver: %d\n", ret);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
UNUSED(ret);
|
UNUSED(ret);
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -356,7 +356,7 @@
|
||||||
* Public Function Prototypes
|
* Public Function Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#ifdef CONFIG_BSP_USING_CH438
|
#ifdef CONFIG_BSP_USING_CH438
|
||||||
int board_ch438_initialize(void);
|
void board_ch438_initialize(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __BOARDS_ARM_IMXRT_XIDATONG_SRC_IMXRT_CH438_H */
|
#endif /* __BOARDS_ARM_IMXRT_XIDATONG_SRC_IMXRT_CH438_H */
|
||||||
|
|
Loading…
Reference in New Issue