Mercurial > public > hwos_code
diff src/rtc.asm @ 147:fdd4e30846ae
some cleanup
author | heinrichsweikamp |
---|---|
date | Wed, 06 Aug 2014 11:59:04 +0200 |
parents | 11d4fc797f74 |
children | 7eddbcb27109 |
line wrap: on
line diff
--- a/src/rtc.asm Tue Aug 05 17:11:48 2014 +0200 +++ b/src/rtc.asm Wed Aug 06 11:59:04 2014 +0200 @@ -21,11 +21,11 @@ movwf mins movlw .12 movwf hours - movlw .13 + movlw .6 movwf day - movlw .1 + movlw .8 movwf month - movlw .13 + movlw .14 movwf year rcall rtc_set_rtc ; writes mins,sec,hours,day,month and year to rtc module return