Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 160:0ee809806454
1.80 stable released, 1.81beta started
author | heinrichsweikamp |
---|---|
date | Wed, 19 Jan 2011 12:24:51 +0100 |
parents | 54cc1346ac15 |
children | 8d6aca08f66b |
comparison
equal
deleted
inserted
replaced
159:aaa6e8720a7d | 160:0ee809806454 |
---|---|
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'80' ; Software version XX.YY | 26 #DEFINE softwareversion_y d'81' ; Software version XX.YY |
27 | 27 |
28 #DEFINE softwareversion_beta 0 ; (and 0 for release) | 28 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
29 | 29 |
30 #DEFINE max_custom_number d'53' ; Number of last used custom function | 30 #DEFINE max_custom_number d'53' ; Number of last used custom function |
31 | 31 |
32 | 32 |
33 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 33 #DEFINE logbook_profile_version 0x20 ; Do not touch! |