fixed the z1 platform and generic code used by z1 to work with IAR compiler

This commit is contained in:
Joakim Eriksson 2011-05-25 17:21:51 +02:00
parent c48f8fd39a
commit 77ec0bfa0f
42 changed files with 318 additions and 146 deletions

View file

@ -37,7 +37,7 @@
#include "contiki.h"
#ifdef __IAR_SYSTEMS_ICC__
#include <io430.h>
#include <msp430.h>
#else
#include <stdlib.h>
#include <io.h>