aboutsummaryrefslogtreecommitdiffstats
path: root/drv_T6963.c
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-11-28 16:07:16 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-11-28 16:07:16 +0000
commit475fdb43971a24c01db6d8bf5cb4351eb6b76cfe (patch)
tree6a668a8f856c1ae9660f7f6b1846c52cb045ba68 /drv_T6963.c
parent00db296b07befe1b511af73b00303c536cea0c6c (diff)
downloadlcd4linux-475fdb43971a24c01db6d8bf5cb4351eb6b76cfe.tar.gz
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
Diffstat (limited to 'drv_T6963.c')
-rw-r--r--drv_T6963.c4
1 files changed, 2 insertions, 2 deletions
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();