change building process yes, again

This commit is contained in:
hathach
2012-12-07 17:59:46 +07:00
parent cd74f4f0ed
commit 70e3a13951
12 changed files with 1180 additions and 102 deletions
@@ -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__ */