From 1465c1c1d30bfad03a58e3f24f69332d423e24f8 Mon Sep 17 00:00:00 2001 From: mmdolze Date: Sun, 24 Mar 2013 13:56:59 +0000 Subject: [PATCH] Fix description of port range. --- server/drivers/t6963_low.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/drivers/t6963_low.c b/server/drivers/t6963_low.c index a1cbb54..89ff4f7 100644 --- a/server/drivers/t6963_low.c +++ b/server/drivers/t6963_low.c @@ -45,7 +45,7 @@ /** * Acquires access to parallel port and initializes timing. The parallel port - * must be an I/O-address between 0x200 and 0x300. + * must be an I/O-address between 0x200 and 0x400. * \param p Pointer to port configuration. * \return 0 on success, -1 if an error occured. */