X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fserial.h;h=e0d069978a37f40f35e5dfbd1cbcc163f6999441;hb=55d8f43c15dffcca08d0cba49247f7a2f8dae48e;hp=527c41ed718132416cd8b6b5f13eb162b744e42f;hpb=75a92a4cd930cea4b08c71251b21e386f94916d2;p=fw%2Fsdcc diff --git a/device/include/serial.h b/device/include/serial.h index 527c41ed..e0d06997 100644 --- a/device/include/serial.h +++ b/device/include/serial.h @@ -1,12 +1,12 @@ -//---------------------------------------------------------------------------- -//Written by Dmitry S. Obukhov, 1996 -// dso@usa.net -//---------------------------------------------------------------------------- -//This module implements serial interrupt handler and IO routinwes using -//two 256 byte cyclic buffers. Bit variables can be used as flags for -//real-time kernel tasks -//Last modified 6 Apr 97 -//---------------------------------------------------------------------------- +/*---------------------------------------------------------------------------- + Written by Dmitry S. Obukhov, 1996 + dso@usa.net + ---------------------------------------------------------------------------- + This module implements serial interrupt handler and IO routinwes using + two 256 byte cyclic buffers. Bit variables can be used as flags for + real-time kernel tasks + Last modified 6 Apr 97 + ----------------------------------------------------------------------------*/ void serial_init(void); void serial_interrupt_handler(void) __interrupt 4 __using 1;