22 lines
364 B
C
22 lines
364 B
C
/*
|
|
* Copyright (c) 2019, Tongxin Microelectronics Co., Ltd.
|
|
* All rights reserved.
|
|
*
|
|
* FileName: usb_init.h
|
|
* SCFID:
|
|
* Feature:
|
|
* Version: V0.1
|
|
*
|
|
* History:
|
|
* 2019-06-04
|
|
* 1. Original version 0.1
|
|
* */
|
|
|
|
#ifndef __USB_INIT_H__
|
|
#define __USB_INIT_H__
|
|
#include "global.h"
|
|
|
|
void AppUSBInit(uint8_t usbType);
|
|
|
|
#endif /*__USB_INIT_H__*/
|