Mercurial > public > hwos_code
comparison src/hwos.inc @ 436:95ee78f4a974
no screen reboot after logbook exit
author | heinrichsweikamp |
---|---|
date | Fri, 24 Jun 2016 12:51:14 +0200 |
parents | ceb1b7329dce |
children | 23b58c4bc6aa |
comparison
equal
deleted
inserted
replaced
435:0590b8fafc8d | 436:95ee78f4a974 |
---|---|
19 #include <ports.inc> ; Portmap | 19 #include <ports.inc> ; Portmap |
20 | 20 |
21 ; Firmware definition | 21 ; Firmware definition |
22 #DEFINE softwareversion_x d'2' ; Software version XX.YY | 22 #DEFINE softwareversion_x d'2' ; Software version XX.YY |
23 #DEFINE softwareversion_y d'08' ; Software version XX.YY | 23 #DEFINE softwareversion_y d'08' ; Software version XX.YY |
24 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 24 #DEFINE softwareversion_beta 0 ; (and 0 for release) |
25 ; Firmware version will appear in "Change Firmware" style | 25 ; Firmware version will appear in "Change Firmware" style |
26 #DEFINE firmware_expire_year .17 | 26 #DEFINE firmware_expire_year .17 |
27 #DEFINE firmware_expire_month .6 | 27 #DEFINE firmware_expire_month .6 |
28 #DEFINE firmware_expire_day .10 | 28 #DEFINE firmware_expire_day .10 |
29 | 29 |