comparison src/ostc3.inc @ 143:be997abd1f73

seperate option table, place in address <0x10000
author heinrichsweikamp
date Sun, 03 Aug 2014 10:28:21 +0200
parents 9a637c9bb19a
children e3ac5b2021bc
comparison
equal deleted inserted replaced
142:8531f39eb70a 143:be997abd1f73
17 17
18 #include <p18f87k22.inc> 18 #include <p18f87k22.inc>
19 #include <ports.inc> ; Portmap 19 #include <ports.inc> ; Portmap
20 20
21 #DEFINE softwareversion_x d'1' ; Software version XX.YY 21 #DEFINE softwareversion_x d'1' ; Software version XX.YY
22 #DEFINE softwareversion_y d'44' ; Software version XX.YY 22 #DEFINE softwareversion_y d'45' ; Software version XX.YY
23 #DEFINE softwareversion_beta 1 ; (and 0 for release) 23 #DEFINE softwareversion_beta 1 ; (and 0 for release)
24 24
25 #DEFINE comm_service_key 0xABCDEF 25 #DEFINE comm_service_key 0xABCDEF
26 26
27 ;----------------------------------------------------------------------------- 27 ;-----------------------------------------------------------------------------