X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Flinks%2Ffbus-3110.c;fp=common%2Flinks%2Ffbus-3110.c;h=3b8c6efbbd0556d9892b9ae7f04079ee691c9eb9;hp=5f987940fe290f98d3b30a1d9ce5af4061c4b9e9;hb=8eb3b4c214460c632da1c0a40fc485ae19a21ec4;hpb=b6b8bd50d1e4da9adfe66b7c14a09dcd1659f6c5 diff --git a/common/links/fbus-3110.c b/common/links/fbus-3110.c index 5f98794..3b8c6ef 100644 --- a/common/links/fbus-3110.c +++ b/common/links/fbus-3110.c @@ -16,8 +16,14 @@ The various routines are called FBUS_(whatever). $Log$ - Revision 1.1.1.1 2001/11/25 21:59:10 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 + Revision 1.1.1.1.2.1 2001/11/27 22:48:37 short + Update: orig2001_11_27_05_17 -> orig2001_11_27_22_58 + + Revision 1.1.1.2 2001/11/27 22:01:16 short + :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Tue Nov 27 22:58 CET 2001 + + Revision 1.3 2001/11/27 12:19:01 pkot + Cleanup, indentation, ANSI complaint preprocesor symbols (Jan Kratochvil, me) Revision 1.2 2001/11/09 14:25:04 pkot DEBUG cleanups @@ -45,13 +51,13 @@ #include "links/utils.h" #ifndef WIN32 - #include "device.h" +# include "device.h" #else - #include "win32/winserial.h" - #define device_write(a, b) WriteCommBlock(a, b) - #define device_read(a, b) ReadCommBlock(a, b) - #define sleep(x) Sleep((x) * 1000) - #define usleep(x) Sleep(((x) < 1000) ? 1 : ((x) / 1000)) +# include "win32/winserial.h" +# define device_write(a, b) WriteCommBlock(a, b) +# define device_read(a, b) ReadCommBlock(a, b) +# define sleep(x) Sleep((x) * 1000) +# define usleep(x) Sleep(((x) < 1000) ? 1 : ((x) / 1000)) #endif #define __links_fbus_3110_c