Mercurial > public > hwos_code
comparison src/ostc3.inc @ 130:c935f7fbd39c
no safety stop during menu display
author | heinrichsweikamp |
---|---|
date | Thu, 03 Jul 2014 19:34:41 +0200 |
parents | f3062a611eef |
children | ec0b1e829399 |
comparison
equal
deleted
inserted
replaced
129:a329a948cede | 130:c935f7fbd39c |
---|---|
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'41' ; Software version XX.YY | 22 #DEFINE softwareversion_y d'42' ; 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 ;----------------------------------------------------------------------------- |