comparison src/ostc3.inc @ 44:18fe4e668baa

BUGFIX: Percent display with 1,5V batteries
author heinrichsweikamp
date Wed, 28 Aug 2013 15:44:11 +0200
parents 83794355f927
children 76dfe320e6ec
comparison
equal deleted inserted replaced
43:83794355f927 44:18fe4e668baa
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 #DEFINE softwareversion_x d'0' ; Software version XX.YY 21 #DEFINE softwareversion_x d'1' ; Software version XX.YY
22 #DEFINE softwareversion_y d'99' ; Software version XX.YY 22 #DEFINE softwareversion_y d'0' ; Software version XX.YY
23 #DEFINE softwareversion_beta 0 ; (and 0 for release) 23 #DEFINE softwareversion_beta 0 ; (and 0 for release)
24 24
25 #DEFINE comm_service_key 0xABCDEF 25 #DEFINE comm_service_key 0xABCDEF
26 26
27 ;----------------------------------------------------------------------------- 27 ;-----------------------------------------------------------------------------