Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 70:8d8e753d72e3
1.72beta - small output fix in non-GF modes
author | heinrichsweikamp |
---|---|
date | Wed, 20 Oct 2010 19:43:11 +0200 |
parents | df2d3b28947f |
children | 6beb680a6130 |
comparison
equal
deleted
inserted
replaced
69:df2d3b28947f | 70:8d8e753d72e3 |
---|---|
21 ; ToDo: | 21 ; ToDo: |
22 | 22 |
23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values | 23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values |
24 | 24 |
25 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 25 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
26 #DEFINE softwareversion_y d'71' ; Software version XX.YY | 26 #DEFINE softwareversion_y d'72' ; Software version XX.YY |
27 | 27 |
28 #DEFINE max_custom_number d'48' ; Number of last used custom function | 28 #DEFINE max_custom_number d'48' ; Number of last used custom function |
29 | 29 |
30 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 30 #DEFINE logbook_profile_version 0x20 ; Do not touch! |
31 | 31 |