mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
* Removed __MSP430X__ (already defined by newer mspgcc4)
* Commented out pragma not supported by mspgcc
This commit is contained in:
parent
866bc91e5a
commit
013571ed3f
@ -28,8 +28,6 @@ else
|
||||
SMALL=1
|
||||
endif
|
||||
|
||||
CFLAGS += -D__MSP430X__
|
||||
|
||||
CONTIKI_TARGET_SOURCEFILES += $(ARCH) $(UIPDRIVERS)
|
||||
|
||||
MCU=msp430x5437
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user