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

@ -41,7 +41,7 @@
#ifndef __UART0_H__
#define __UART0_H__
#include "msp430.h"
#include "contiki.h"
#define UART0_BAUD2UBR(baud) ((MSP430_CPU_SPEED)/(baud))