Mercurial > public > hwos_code
comparison src/ostc3.inc @ 26:9df2c8e018fe
0.97 release
author | heinrichsweikamp |
---|---|
date | Tue, 09 Jul 2013 12:09:21 +0200 |
parents | f51caad821b4 |
children | fcaf94b913db |
comparison
equal
deleted
inserted
replaced
25:f65d070a5b76 | 26:9df2c8e018fe |
---|---|
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'0' ; Software version XX.YY | 21 #DEFINE softwareversion_x d'0' ; Software version XX.YY |
22 #DEFINE softwareversion_y d'97' ; Software version XX.YY | 22 #DEFINE softwareversion_y d'98' ; Software version XX.YY |
23 #DEFINE softwareversion_beta 0 ; (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 ;----------------------------------------------------------------------------- |
28 | 28 |