Renamed serial module to serial-line

This commit is contained in:
adamdunkels 2009-03-17 20:32:22 +00:00
parent 4b6c110706
commit 727c5a2dbe
10 changed files with 28 additions and 29 deletions

View file

@ -48,7 +48,7 @@
#include "dev/rs232.h"
#include "dev/serial.h"
#include "dev/serial-line.h"
#include "dev/slip.h"
void init_lowlevel(void);