* Removed __MSP430X__ (already defined by newer mspgcc4)

* Commented out pragma not supported by mspgcc
This commit is contained in:
Niclas Finne 2011-11-15 12:19:19 +01:00
parent 866bc91e5a
commit 013571ed3f
2 changed files with 1 additions and 3 deletions

View file

@ -28,8 +28,6 @@ else
SMALL=1
endif
CFLAGS += -D__MSP430X__
CONTIKI_TARGET_SOURCEFILES += $(ARCH) $(UIPDRIVERS)
MCU=msp430x5437

View file

@ -46,7 +46,7 @@
* @return none
*/
#pragma optimize=none
/* #pragma optimize=none */
void halMcuWaitUs(uint16_t usec) // 5 cycles for calling
{
// The least we can wait is 3 usec: