Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Change TIMEOUT_XXX to HD_TIMEOUT_XXX
details: https://anonhg.NetBSD.org/src/rev/80bdfe39d1a5
branches: trunk
changeset: 572584:80bdfe39d1a5
user: joff <joff%NetBSD.org@localhost>
date: Sat Jan 08 20:19:08 2005 +0000
description:
Change TIMEOUT_XXX to HD_TIMEOUT_XXX
diffstat:
sys/dev/ic/hd44780reg.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 7f851cb39092 -r 80bdfe39d1a5 sys/dev/ic/hd44780reg.h
--- a/sys/dev/ic/hd44780reg.h Sat Jan 08 20:17:22 2005 +0000
+++ b/sys/dev/ic/hd44780reg.h Sat Jan 08 20:19:08 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hd44780reg.h,v 1.1 2003/01/20 01:20:51 soren Exp $ */
+/* $NetBSD: hd44780reg.h,v 1.2 2005/01/08 20:19:08 joff Exp $ */
/*
* Copyright (c) 2002 Dennis I. Chernoivanov
@@ -39,9 +39,9 @@
#define HD_ROW1_ADDR 0x00
#define HD_ROW2_ADDR 0x40
-#define TIMEOUT_LONG 5000
-#define TIMEOUT_SHORT 100
-#define TIMEOUT_NORMAL 200
+#define HD_TIMEOUT_LONG 5000
+#define HD_TIMEOUT_SHORT 100
+#define HD_TIMEOUT_NORMAL 200
#define BUSY_FLAG 0x80
Home |
Main Index |
Thread Index |
Old Index