MCUXpresso_MIMXRT1021xxxxx/boards/evkmimxrt1020/azure_rtos_examples/usbx_device_hid_keyboard/board_setup.h
2022-08-23 23:00:33 +08:00

15 lines
343 B
C

#ifndef _BOARD_SETUP_H_
#define _BOARD_SETUP_H_
/*******************************************************************************
* Prototypes
******************************************************************************/
void board_setup(void);
void usb_device_setup(void);
void usb_device_hw_setup(void);
#endif /* _BOARD_SETUP_H_ */