patch from Jesperk Karlsson. ensures that the fp_uart_handler type is known

in the header.
This commit is contained in:
nvt-se 2009-03-12 12:23:22 +00:00
parent 9a388fbd99
commit 80bbc92ffe
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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 /** \addtogroup esb
@ -49,6 +49,8 @@
#ifndef __RS232_H__ #ifndef __RS232_H__
#define __RS232_H__ #define __RS232_H__
#include "dev/msb430-uart1.h"
enum rs232_speed { enum rs232_speed {
RS232_9600 = 0, RS232_9600 = 0,
RS232_19200 = 1, RS232_19200 = 1,