comparison src/hwos.inc @ 479:34e73dc68799

BUGFIX: Layout fixes in Gauge mode (German and French language only)
author heinrichsweikamp
date Wed, 01 Feb 2017 13:51:59 +0100
parents 237afdfb4918
children ad8acade5567
comparison
equal deleted inserted replaced
478:c3e74f991397 479:34e73dc68799
20 #include <p18f87k22.inc> 20 #include <p18f87k22.inc>
21 #include <ports.inc> ; Portmap 21 #include <ports.inc> ; Portmap
22 22
23 ; Firmware definition 23 ; Firmware definition
24 #DEFINE softwareversion_x d'2' ; Software version XX.YY 24 #DEFINE softwareversion_x d'2' ; Software version XX.YY
25 #DEFINE softwareversion_y d'12' ; Software version XX.YY 25 #DEFINE softwareversion_y d'13' ; Software version XX.YY
26 #DEFINE softwareversion_beta 0 ; (and 0 for release) 26 #DEFINE softwareversion_beta 0 ; (and 0 for release)
27 ; Firmware version will appear in "Change Firmware" style 27 ; Firmware version will appear in "Change Firmware" style
28 #DEFINE firmware_expire_year .18 28 #DEFINE firmware_expire_year .18
29 #DEFINE firmware_expire_month .5 29 #DEFINE firmware_expire_month .6
30 #DEFINE firmware_expire_day .1 30 #DEFINE firmware_expire_day .1
31 31
32 #DEFINE comm_service_key 0xABCDEF 32 #DEFINE comm_service_key 0xABCDEF
33 33
34 ;----------------------------------------------------------------------------- 34 ;-----------------------------------------------------------------------------