* Removed __MSP430X__ (already defined by newer mspgcc4)
* Commented out pragma not supported by mspgcc
This commit is contained in:
parent
866bc91e5a
commit
013571ed3f
2 changed files with 1 additions and 3 deletions
|
@ -28,8 +28,6 @@ else
|
||||||
SMALL=1
|
SMALL=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGS += -D__MSP430X__
|
|
||||||
|
|
||||||
CONTIKI_TARGET_SOURCEFILES += $(ARCH) $(UIPDRIVERS)
|
CONTIKI_TARGET_SOURCEFILES += $(ARCH) $(UIPDRIVERS)
|
||||||
|
|
||||||
MCU=msp430x5437
|
MCU=msp430x5437
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
* @return none
|
* @return none
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma optimize=none
|
/* #pragma optimize=none */
|
||||||
void halMcuWaitUs(uint16_t usec) // 5 cycles for calling
|
void halMcuWaitUs(uint16_t usec) // 5 cycles for calling
|
||||||
{
|
{
|
||||||
// The least we can wait is 3 usec:
|
// The least we can wait is 3 usec:
|
||||||
|
|
Loading…
Reference in a new issue