mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-24 18:02:40 +00:00
hal update
This commit is contained in:
parent
5b110f9f58
commit
f88e24d773
@ -36,8 +36,8 @@
|
||||
*/
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef _TUSB_HAL_LPC11UXX_H_
|
||||
#define _TUSB_HAL_LPC11UXX_H_
|
||||
#ifndef _TUSB_HAL_MCU_H_
|
||||
#define _TUSB_HAL_MCU_H_
|
||||
|
||||
#include "LPC11Uxx.h"
|
||||
|
||||
@ -50,4 +50,4 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _TUSB_HAL_LPC11UXX_H_ */
|
||||
#endif /* _TUSB_HAL_MCU_H_ */
|
@ -36,8 +36,8 @@
|
||||
*/
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef _TUSB_HAL_LPC13UXX_H_
|
||||
#define _TUSB_HAL_LPC13UXX_H_
|
||||
#ifndef _TUSB_HAL_MCU_H_
|
||||
#define _TUSB_HAL_MCU_H_
|
||||
|
||||
#include "LPC13Uxx.h"
|
||||
|
||||
@ -50,5 +50,5 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _TUSB_HAL_LPC13UXX_H_ */
|
||||
#endif /* _TUSB_HAL_MCU_H_ */
|
||||
|
@ -36,8 +36,8 @@
|
||||
*/
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef _TUSB_HAL_LPC175X_6X_H_
|
||||
#define _TUSB_HAL_LPC175X_6X_H_
|
||||
#ifndef _TUSB_HAL_MCU_H_
|
||||
#define _TUSB_HAL_MCU_H_
|
||||
|
||||
#include "LPC17xx.h"
|
||||
#include "lpc17xx_pinsel.h"
|
||||
@ -51,5 +51,5 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _TUSB_HAL_LPC175X_6X_H_ */
|
||||
#endif /* _TUSB_HAL_MCU_H_ */
|
||||
|
@ -36,8 +36,8 @@
|
||||
*/
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef _TUSB_HAL_USB_H_
|
||||
#define _TUSB_HAL_USB_H_
|
||||
#ifndef _TUSB_HAL_MCU_H_
|
||||
#define _TUSB_HAL_MCU_H_
|
||||
|
||||
#include "LPC43xx.h"
|
||||
#include "lpc43xx_cgu.h"
|
||||
@ -52,5 +52,5 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _TUSB_HAL_USB_H_ */
|
||||
#endif /* _TUSB_HAL_MCU_H_ */
|
||||
|
@ -83,7 +83,7 @@ void hal_usb_int_enable(uint8_t coreid);
|
||||
*/
|
||||
void hal_usb_int_disable(uint8_t coreid);
|
||||
|
||||
#include "hal_usb.h"
|
||||
#include "hal_mcu.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user