Renamed serial module to serial-line

This commit is contained in:
adamdunkels 2009-03-17 20:19:11 +00:00
parent a6be9a6d3c
commit b20f0884ed
5 changed files with 18 additions and 18 deletions

View file

@ -1,19 +1,19 @@
/*
* Copyright (c) 2007, Takahide Matsutsuka.
* All rights reserved.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
* with the distribution.
* 3. The name of the author may not be used to endorse or promote
* products derived from this software without specific prior
* written permission.
* written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@ -25,9 +25,9 @@
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: rs232.c,v 1.4 2007/09/29 03:58:38 matsutsuka Exp $
* $Id: rs232.c,v 1.5 2009/03/17 20:20:45 adamdunkels Exp $
*
*/
/*
@ -40,7 +40,7 @@
#include "contiki.h"
#include "dev/slip.h"
#include "dev/serial.h"
#include "dev/serial-line.h"
#include "dev/rs232.h"
PROCESS(rs232_process, "RS-232C polling process");