Mercurial > public > hwos_code
comparison src/hwos.inc @ 461:4927ba3bd3b5
repeated init (For screen 2 issues)
author | heinrichsweikamp |
---|---|
date | Mon, 10 Oct 2016 19:53:09 +0200 |
parents | e56c45ec309a |
children | 0491a84fd0b8 |
comparison
equal
deleted
inserted
replaced
460:89b480ce4a26 | 461:4927ba3bd3b5 |
---|---|
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'10' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'11' ; Software version XX.YY |
26 #DEFINE softwareversion_beta 0 ; (and 0 for release) | 26 #DEFINE softwareversion_beta 1 ; (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 .17 | 28 #DEFINE firmware_expire_year .17 |
29 #DEFINE firmware_expire_month .10 | 29 #DEFINE firmware_expire_month .10 |
30 #DEFINE firmware_expire_day .10 | 30 #DEFINE firmware_expire_day .10 |
31 | 31 |