From 475fdb43971a24c01db6d8bf5cb4351eb6b76cfe Mon Sep 17 00:00:00 2001 From: mzuther Date: Sun, 28 Nov 2010 16:07:16 +0000 Subject: commented, corrected and beautified both timer and timer group code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_T6963.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drv_T6963.c') diff --git a/drv_T6963.c b/drv_T6963.c index ac472ca..fd7bd75 100644 --- a/drv_T6963.c +++ b/drv_T6963.c @@ -279,7 +279,7 @@ static void drv_T6_clear(const unsigned short addr, const int len) drv_T6_write_auto(0x0); if (bug) { bug = 0; - debug("bug occured at byte %d of %d", i, len); + debug("bug occurred at byte %d of %d", i, len); } } drv_T6_status2(); @@ -297,7 +297,7 @@ static void drv_T6_copy(const unsigned short addr, const unsigned char *data, co drv_T6_write_auto(*(data++)); if (bug) { bug = 0; - debug("bug occured at byte %d of %d, addr=%d", i, len, addr); + debug("bug occurred at byte %d of %d, addr=%d", i, len, addr); } } drv_T6_status2(); -- cgit v1.2.3