diff src/options.asm @ 93:5e1ef9bf32ec

clear pressure sensor compensation upon update
author heinrichsweikamp
date Thu, 17 Apr 2014 10:28:04 +0200
parents 7ca1105751c7
children 53a99a2dc6a1
line wrap: on
line diff
--- a/src/options.asm	Wed Apr 16 22:31:09 2014 +0200
+++ b/src/options.asm	Thu Apr 17 10:28:04 2014 +0200
@@ -253,6 +253,7 @@
         rcall   option_save             ; Save one option.
         bra     option_save_all_1       ; and loop.
 
+        global  option_save
 option_save:
         rcall   option_read
         incf    opt_eeprom,W            ; Should we save it ?