X-Git-Url: http://git.tdb.fi/?p=model-railway-devices.git;a=blobdiff_plain;f=common%2Fserial.h;fp=common%2Fserial.h;h=9e48a6eb1352dde48890a4c9d47bcc899660e0d8;hp=f5d59876114c29d01876e3cdedd96b4a83184452;hb=f2fdee42e25fafe445fc37e695ce736b82610a7a;hpb=7efd4244ff0fc8a4d7aa43079e16d5311e01203b diff --git a/common/serial.h b/common/serial.h index f5d5987..9e48a6e 100644 --- a/common/serial.h +++ b/common/serial.h @@ -4,6 +4,7 @@ #include void serial_init(uint16_t); +void serial_set_baud(uint16_t); uint8_t serial_read(); uint8_t serial_read_available(); uint8_t serial_read_overrun();