add build and project settings for lpc43xx
This commit is contained in:
@@ -82,8 +82,9 @@ static inline void hal_interrupt_disable() ATTR_ALWAYS_INLINE;
|
||||
#elif MCU == MCU_LPC13UXX
|
||||
#include "hal_lpc13uxx.h"
|
||||
#elif MCU == MCU_LPC43XX
|
||||
|
||||
#include "hal_lpc43xx.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@@ -63,9 +63,6 @@ static inline void hal_interrupt_enable()
|
||||
NVIC_EnableIRQ(USB_IRQn);
|
||||
}
|
||||
|
||||
/**
|
||||
* Disable USB Interrupt
|
||||
*/
|
||||
static inline void hal_interrupt_disable()
|
||||
{
|
||||
NVIC_DisableIRQ(USB_IRQn);
|
||||
|
@@ -62,9 +62,6 @@ static inline void hal_interrupt_enable()
|
||||
NVIC_EnableIRQ(USB_IRQ_IRQn);
|
||||
}
|
||||
|
||||
/**
|
||||
* Disable USB Interrupt
|
||||
*/
|
||||
static inline void hal_interrupt_disable()
|
||||
{
|
||||
NVIC_DisableIRQ(USB_IRQ_IRQn);
|
||||
|
Reference in New Issue
Block a user