change building process yes, again
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#ifdef __LPC11UXX__
|
||||
|
||||
//*****************************************************************************
|
||||
// +--+
|
||||
// | ++----+
|
||||
@@ -47,8 +45,6 @@ extern "C" {
|
||||
#define WEAK __attribute__ ((weak))
|
||||
#define ALIAS(f) __attribute__ ((weak, alias (#f)))
|
||||
|
||||
#define __USE_CMSIS // Added by nxpUSBlib
|
||||
|
||||
// Code Red - if CMSIS is being used, then SystemInit() routine
|
||||
// will be called by startup code rather than in application's main()
|
||||
#if defined (__USE_CMSIS)
|
||||
@@ -383,4 +379,3 @@ void IntDefaultHandler(void)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* __LPC11UXX__ */
|
||||
|
||||
Reference in New Issue
Block a user