Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 172:c659fda83e44
Minor: Button defaults, release date adjusted, use SPI_SHOW_SYNC_STATS
author | heinrichsweikamp |
---|---|
date | Sun, 10 Mar 2019 20:30:42 +0100 |
parents | a98f91cca107 |
children | b2a9e9b02df0 |
comparison
equal
deleted
inserted
replaced
171:4b5b7a40e594 | 172:c659fda83e44 |
---|---|
54 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = | 54 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = |
55 { | 55 { |
56 .versionFirst = 1, | 56 .versionFirst = 1, |
57 .versionSecond = 4, | 57 .versionSecond = 4, |
58 .versionThird = 7, | 58 .versionThird = 7, |
59 .versionBeta = 1, | 59 .versionBeta = 0, |
60 | 60 |
61 /* 4 bytes with trailing 0 */ | 61 /* 4 bytes with trailing 0 */ |
62 .signature = "mh", | 62 .signature = "mh", |
63 | 63 |
64 .release_year = 18, | 64 .release_year = 19, |
65 .release_month = 8, | 65 .release_month = 3, |
66 .release_day = 22, | 66 .release_day = 10, |
67 .release_sub = 0, | 67 .release_sub = 0, |
68 | 68 |
69 /* max 48 with trailing 0 */ | 69 /* max 48 with trailing 0 */ |
70 //release_info ="12345678901234567890123456789012345678901" | 70 //release_info ="12345678901234567890123456789012345678901" |
71 .release_info ="gcc_1st", | 71 .release_info ="gcc_1st", |