From a5f79a5362f7a39266a4ba33abf76eec004cf805 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 26 Jun 2013 17:44:26 +0200 Subject: [PATCH 1/1] zdroj_adresa: 1 -> 20 --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index af3fa7a..b3c460e 100644 --- a/terminal.c +++ b/terminal.c @@ -7,7 +7,7 @@ #include #include -static const int zdroj_adresa=1; +static const int zdroj_adresa=20; // lptgpib.c #define get_control() (inb(lpt_base+2) ^ 0x04) -- 1.8.3.1