Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 188:caf6153b26cb
new sensor raw data menu
author | heinrichsweikamp |
---|---|
date | Wed, 09 Feb 2011 17:16:07 +0100 |
parents | 3b5f81c06db8 |
children | f15e804ff67f |
comparison
equal
deleted
inserted
replaced
187:3b5f81c06db8 | 188:caf6153b26cb |
---|---|
29 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 29 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
30 | 30 |
31 #DEFINE max_custom_number d'53' ; Number of last used custom function | 31 #DEFINE max_custom_number d'53' ; Number of last used custom function |
32 | 32 |
33 ; International extension. Selecting messages source: | 33 ; International extension. Selecting messages source: |
34 ;#DEFINE ENGLISH ; Use english_text.asm | 34 #DEFINE ENGLISH ; Use english_text.asm |
35 #DEFINE FRENCH ; Use french_text.asm | 35 ;#DEFINE FRENCH ; Use french_text.asm |
36 ;#DEFINE GERMAN ; Use german_text.asm | 36 ;#DEFINE GERMAN ; Use german_text.asm |
37 ;#DEFINE SPANISH ; Use spanish_text.asm | 37 ;#DEFINE SPANISH ; Use spanish_text.asm |
38 | 38 |
39 | 39 |
40 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 40 #DEFINE logbook_profile_version 0x20 ; Do not touch! |