Mercurial > public > hwos_code
comparison src/hwos.inc @ 456:e56c45ec309a
2.1 stable work...
author | heinrichsweikamp |
---|---|
date | Tue, 27 Sep 2016 19:13:00 +0200 |
parents | b4f28ab23b87 |
children | 4927ba3bd3b5 |
comparison
equal
deleted
inserted
replaced
455:85b533b7a18c | 456:e56c45ec309a |
---|---|
21 #include <ports.inc> ; Portmap | 21 #include <ports.inc> ; Portmap |
22 | 22 |
23 ; Firmware definition | 23 ; Firmware definition |
24 #DEFINE softwareversion_x d'2' ; Software version XX.YY | 24 #DEFINE softwareversion_x d'2' ; Software version XX.YY |
25 #DEFINE softwareversion_y d'10' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'10' ; Software version XX.YY |
26 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 26 #DEFINE softwareversion_beta 0 ; (and 0 for release) |
27 ; Firmware version will appear in "Change Firmware" style | 27 ; Firmware version will appear in "Change Firmware" style |
28 #DEFINE firmware_expire_year .17 | 28 #DEFINE firmware_expire_year .17 |
29 #DEFINE firmware_expire_month .8 | 29 #DEFINE firmware_expire_month .10 |
30 #DEFINE firmware_expire_day .10 | 30 #DEFINE firmware_expire_day .10 |
31 | 31 |
32 #DEFINE comm_service_key 0xABCDEF | 32 #DEFINE comm_service_key 0xABCDEF |
33 | 33 |
34 ;----------------------------------------------------------------------------- | 34 ;----------------------------------------------------------------------------- |