diff src/options.asm @ 68:53b64c5472e1

BUGFIX: Set Day for months <31 days
author heinrichsweikamp
date Sat, 01 Feb 2014 15:31:30 +0100
parents ec4d8503ec45
children 50697bd41c54
line wrap: on
line diff
--- a/src/options.asm	Sat Jan 11 22:36:17 2014 +0100
+++ b/src/options.asm	Sat Feb 01 15:31:30 2014 +0100
@@ -410,9 +410,6 @@
         output_8
         clrf    INDF2               ; Make sure to close string...
 
-		btfsc	settime_setdate		; In the Set Time or Set Date menu?
-		return                      ; Yes, ignore the rest
-
         movf    opt_unit+0,W        ; Is there a unit to append ?
         iorwf   opt_unit+1,W
         rcall   option_draw_unit