From 80bbc92ffe7b38a8de74640501ee11ac47153383 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Thu, 12 Mar 2009 12:23:22 +0000 Subject: [PATCH] patch from Jesperk Karlsson. ensures that the fp_uart_handler type is known in the header. --- platform/msb430/dev/rs232.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/msb430/dev/rs232.h b/platform/msb430/dev/rs232.h index 00cad35fd..318224be2 100644 --- a/platform/msb430/dev/rs232.h +++ b/platform/msb430/dev/rs232.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: rs232.h,v 1.4 2008/10/28 12:42:53 nvt-se Exp $ + * @(#)$Id: rs232.h,v 1.5 2009/03/12 12:23:22 nvt-se Exp $ */ /** \addtogroup esb @@ -49,6 +49,8 @@ #ifndef __RS232_H__ #define __RS232_H__ +#include "dev/msb430-uart1.h" + enum rs232_speed { RS232_9600 = 0, RS232_19200 = 1,