Fix a couple of tyops.
This commit is contained in:
parent
6afbde6005
commit
aa16c3e512
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: m41t81reg.h,v 1.2 2003/07/10 05:34:30 simonb Exp $ */
|
||||
/* $NetBSD: m41t81reg.h,v 1.3 2003/10/25 15:00:38 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2002 Wasabi Systems, Inc.
|
||||
|
@ -77,9 +77,9 @@
|
|||
#define M41T81_ALM_HOUR_HT 0x40 /* Half Update Bit */
|
||||
#define M41T81_ALM_HOUR_RPT3 0x80 /* Alarm Repeat Mode Bit 3 */
|
||||
#define M41T81_ALM_MIN 0x0d /* Alarm Minutes - BCD */
|
||||
#define M41T81_ALM_MIN_RPT3 0x80 /* Alarm Repeat Mode Bit 2 */
|
||||
#define M41T81_ALM_MIN_RPT2 0x80 /* Alarm Repeat Mode Bit 2 */
|
||||
#define M41T81_ALM_SEC 0x0e /* Alarm Seconds - BCD */
|
||||
#define M41T81_ALM_SEC_RPT3 0x80 /* Alarm Repeat Mode Bit 1 */
|
||||
#define M41T81_ALM_SEC_RPT1 0x80 /* Alarm Repeat Mode Bit 1 */
|
||||
#define M41T81_FLAGS 0x0f
|
||||
#define M41T81_SQW 0x13 /* Square Wave Frequency */
|
||||
#define M41T81_SQW_RS_SHIFT 4 /* SQW Frequency */
|
||||
|
|
Loading…
Reference in New Issue