Mercurial > public > hwos_code
comparison src/ostc3.inc @ 202:34b8de21146c
1.63beta release
author | heinrichsweikamp |
---|---|
date | Fri, 21 Nov 2014 11:10:07 +0100 |
parents | 82faedf8fd58 |
children | dd9b167e82dc |
comparison
equal
deleted
inserted
replaced
201:82faedf8fd58 | 202:34b8de21146c |
---|---|
18 #include <p18f87k22.inc> | 18 #include <p18f87k22.inc> |
19 #include <ports.inc> ; Portmap | 19 #include <ports.inc> ; Portmap |
20 | 20 |
21 ; Firmware definition | 21 ; Firmware definition |
22 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 22 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
23 #DEFINE softwareversion_y d'62' ; Software version XX.YY | 23 #DEFINE softwareversion_y d'63' ; Software version XX.YY |
24 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 24 #DEFINE softwareversion_beta 1 ; (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 .15 | 26 #DEFINE firmware_expire_year .15 |
27 #DEFINE firmware_expire_month .10 | 27 #DEFINE firmware_expire_month .1 |
28 #DEFINE firmware_expire_day .10 | 28 #DEFINE firmware_expire_day .1 |
29 | 29 |
30 #DEFINE comm_service_key 0xABCDEF | 30 #DEFINE comm_service_key 0xABCDEF |
31 | 31 |
32 ;----------------------------------------------------------------------------- | 32 ;----------------------------------------------------------------------------- |
33 | 33 |