Mercurial > public > hwos_code
comparison src/rtc.asm @ 598:e1f0f5e3d4e4
BUGFIX: Internal deco planner did not display results in imperial units
author | heinrichsweikamp |
---|---|
date | Mon, 30 Jul 2018 19:45:53 +0200 |
parents | b455b31ce022 |
children | ca4556fb60b9 |
comparison
equal
deleted
inserted
replaced
597:66334c6adcf6 | 598:e1f0f5e3d4e4 |
---|---|
23 movwf mins | 23 movwf mins |
24 movlw .12 | 24 movlw .12 |
25 movwf hours | 25 movwf hours |
26 movlw .1 | 26 movlw .1 |
27 movwf day | 27 movwf day |
28 movlw .3 | 28 movlw .8 |
29 movwf month | 29 movwf month |
30 movlw .18 | 30 movlw .18 |
31 movwf year | 31 movwf year |
32 ; rcall rtc_set_rtc ; writes mins,sec,hours,day,month and year to rtc module | 32 ; rcall rtc_set_rtc ; writes mins,sec,hours,day,month and year to rtc module |
33 ; return | 33 ; return |