Mercurial > public > hwos_code
comparison src/hwos.inc @ 367:20e2c68e9a04
jump to 1.87
author | heinrichsweikamp |
---|---|
date | Sat, 15 Aug 2015 12:08:51 +0200 |
parents | 9a1c275077b0 |
children | 57e349960ef4 |
comparison
equal
deleted
inserted
replaced
366:0052a7a654b9 | 367:20e2c68e9a04 |
---|---|
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'86' ; Software version XX.YY | 23 #DEFINE softwareversion_y d'87' ; Software version XX.YY |
24 #DEFINE softwareversion_beta 0 ; (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 .16 | 26 #DEFINE firmware_expire_year .16 |
27 #DEFINE firmware_expire_month .8 | 27 #DEFINE firmware_expire_month .9 |
28 #DEFINE firmware_expire_day .1 | 28 #DEFINE firmware_expire_day .1 |
29 | 29 |
30 #DEFINE comm_service_key 0xABCDEF | 30 #DEFINE comm_service_key 0xABCDEF |
31 | 31 |
32 ;----------------------------------------------------------------------------- | 32 ;----------------------------------------------------------------------------- |