Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include Use 'CH' for channel select in the ADCS...
details: https://anonhg.NetBSD.org/src/rev/6a73fcbf9f5b
branches: trunk
changeset: 553404:6a73fcbf9f5b
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Oct 15 22:55:07 2003 +0000
description:
Use 'CH' for channel select in the ADCSR bits format string for consistency.
diffstat:
sys/arch/sh3/include/adcreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bf9ac8f52ae7 -r 6a73fcbf9f5b sys/arch/sh3/include/adcreg.h
--- a/sys/arch/sh3/include/adcreg.h Wed Oct 15 22:41:22 2003 +0000
+++ b/sys/arch/sh3/include/adcreg.h Wed Oct 15 22:55:07 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adcreg.h,v 1.1 2003/10/10 23:52:30 uwe Exp $ */
+/* $NetBSD: adcreg.h,v 1.2 2003/10/15 22:55:07 uwe Exp $ */
/*
* Copyright (c) 2003 Valeriy E. Ushakov
@@ -51,7 +51,7 @@
#define SH7709_ADCSR_BITS \
"\177\020" "b\07F\0" "b\06IE\0" "b\05ST\0" "b\04MULTI\0" \
- "f\03\01CKS\0" "f\0\03CS\0"
+ "f\03\01CKS\0" "f\0\03CH\0"
#define SH7709_ADCR 0xa4000092
Home |
Main Index |
Thread Index |
Old Index