Mercurial > public > hwos_code
comparison src/hwos.inc @ 416:4389fe9673b2
NEW: Support for new logbook memory chip (minor hardware change)
BUGFIX: Button sensitivity was not reset after update in some cases
author | heinrichsweikamp |
---|---|
date | Mon, 18 Apr 2016 14:34:57 +0200 |
parents | e8a1486815d9 |
children | a5fc007634c5 |
comparison
equal
deleted
inserted
replaced
415:fd3865a82519 | 416:4389fe9673b2 |
---|---|
18 #include <p18f87k22.inc> | 18 #include <p18f87k22.inc> |
19 #include <ports.inc> ; Portmap | 19 #include <ports.inc> ; Portmap |
20 | 20 |
21 ; Firmware definition | 21 ; Firmware definition |
22 #DEFINE softwareversion_x d'2' ; Software version XX.YY | 22 #DEFINE softwareversion_x d'2' ; Software version XX.YY |
23 #DEFINE softwareversion_y d'04' ; Software version XX.YY | 23 #DEFINE softwareversion_y d'05' ; Software version XX.YY |
24 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 24 #DEFINE softwareversion_beta 0 ; (and 0 for release) |
25 ; Firmware version will appear in "Change Firmware" style | 25 ; Firmware version will appear in "Change Firmware" style |
26 #DEFINE firmware_expire_year .17 | 26 #DEFINE firmware_expire_year .17 |
27 #DEFINE firmware_expire_month .3 | 27 #DEFINE firmware_expire_month .3 |
28 #DEFINE firmware_expire_day .10 | 28 #DEFINE firmware_expire_day .10 |
29 | 29 |