comparison src/ostc3.inc @ 180:abc429e8b46a

1.60 work...
author heinrichsweikamp
date Wed, 08 Oct 2014 17:57:37 +0200
parents 070eb90dde99
children 976e19d1e1ba
comparison
equal deleted inserted replaced
179:070eb90dde99 180:abc429e8b46a
16 ;#DEFINE __DEBUG 16 ;#DEFINE __DEBUG
17 17
18 #include <p18f87k22.inc> 18 #include <p18f87k22.inc>
19 #include <ports.inc> ; Portmap 19 #include <ports.inc> ; Portmap
20 20
21 ; Firmware definition
21 #DEFINE softwareversion_x d'1' ; Software version XX.YY 22 #DEFINE softwareversion_x d'1' ; Software version XX.YY
22 #DEFINE softwareversion_y d'55' ; Software version XX.YY 23 #DEFINE softwareversion_y d'60' ; Software version XX.YY
23 #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
26 #DEFINE firmware_expire_year .15
27 #DEFINE firmware_expire_month .10
28 #DEFINE firmware_expire_day .10
24 29
25 #DEFINE comm_service_key 0xABCDEF 30 #DEFINE comm_service_key 0xABCDEF
26 31
27 ;----------------------------------------------------------------------------- 32 ;-----------------------------------------------------------------------------
28 33