Mercurial > public > hwos_code
comparison src/configuration.inc @ 635:9a64914a8fca
3.10 re-release addressing some minor issues and language fixes
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2020 09:12:59 +0200 |
parents | 4050675965ea |
children | 2737ddc643bb cdff88f5a4a0 |
comparison
equal
deleted
inserted
replaced
634:4050675965ea | 635:9a64914a8fca |
---|---|
41 ; NOTE: all values need to be defined in hex! | 41 ; NOTE: all values need to be defined in hex! |
42 ; | 42 ; |
43 #endif | 43 #endif |
44 | 44 |
45 #define firmware_creation_year 0x14 | 45 #define firmware_creation_year 0x14 |
46 #define firmware_creation_month 0x04 | 46 #define firmware_creation_month 0x05 |
47 #define firmware_creation_day 0x1C | 47 #define firmware_creation_day 0x07 |
48 | 48 |
49 #define firmware_expire_year 0x15 | 49 #define firmware_expire_year 0x15 |
50 #define firmware_expire_month 0x02 | 50 #define firmware_expire_month 0x02 |
51 #define firmware_expire_day 0x01 | 51 #define firmware_expire_day 0x01 |
52 | 52 |