summaryrefslogtreecommitdiff
path: root/software/ihu
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2011-07-30 14:17:58 +0000
committerChristian Pointner <equinox@mur.at>2011-07-30 14:17:58 +0000
commit31e24df0d9ca2668185c9f33fc7f6fb81f2fa5e6 (patch)
treef545c495637d5f820b5628f493adad0f9a77a8da /software/ihu
parentadded time output (diff)
fixed i2c_recv_byte (carry flag)
git-svn-id: https://svn.spreadspace.org/mur.sat@79 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ihu')
-rw-r--r--software/ihu/rtc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/ihu/rtc.inc b/software/ihu/rtc.inc
index 93eab31..01d11b9 100644
--- a/software/ihu/rtc.inc
+++ b/software/ihu/rtc.inc
@@ -118,6 +118,7 @@ i2c_recv_byte_loop
return
i2c_recv_byte_next
+ bcf STATUS,C
rlf RTC_BYTE,f
goto i2c_recv_byte_loop