diff code_part1/OSTC_code_asm_part1/definitions.asm @ 832:63cce2e2ae20

NEW: Logbook shows markers with small orange boxes in the profile
author heinrichsweikamp
date Sun, 10 Jan 2016 11:38:35 +0100
parents e8f5eed0eccf
children f8afe90796d6
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Dec 08 13:44:39 2015 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Sun Jan 10 11:38:35 2016 +0100
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'3'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'12'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'13'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	0 			; (and 0 for release)
 
@@ -587,4 +587,5 @@
 #DEFINE sp1_switched            flag16,2    ;=1: This setpoint has been autoselected already
 #DEFINE sp2_switched            flag16,3    ;=1: This setpoint has been autoselected already
 #DEFINE sp3_switched            flag16,4    ;=1: This setpoint has been autoselected already
+#DEFINE log_marker_found        flag16,5    ;=1: A logbook marker has been found