moved radio specifics out of avr Makefile and added some rs232 defs in order to get MicaZ platform working

This commit is contained in:
joxe 2009-09-07 12:02:58 +00:00
parent d4b619bcc5
commit 8890904aa2
3 changed files with 22 additions and 20 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rtimer-arch.c,v 1.4 2008/11/29 15:55:02 c_oflynn Exp $
* $Id: rtimer-arch.c,v 1.5 2009/09/07 12:02:58 joxe Exp $
*/
/**
@ -45,7 +45,7 @@
#include <avr/io.h>
#include <avr/interrupt.h>
#include "lib/energest.h"
#include "sys/energest.h"
#include "sys/rtimer.h"
#include "rtimer-arch.h"