Mercurial > public > ostc4
comparison Common/Inc/settings.h @ 92:be35821a4974 kittz
Stable to test. button sensitiveness fix. + global_constants.
author | Dmitry Romanov <kitt@bk.ru> |
---|---|
date | Mon, 26 Nov 2018 10:50:39 +0300 |
parents | 5f11787b4f42 |
children | 3834b6272ee5 |
comparison
equal
deleted
inserted
replaced
91:8b0fadd413c6 | 92:be35821a4974 |
---|---|
30 // From Common/Inc: | 30 // From Common/Inc: |
31 #include "FirmwareData.h" | 31 #include "FirmwareData.h" |
32 | 32 |
33 //#include "data_central.h" | 33 //#include "data_central.h" |
34 | 34 |
35 #include "global_constants.h" | |
35 // From Common/Drivers/ | 36 // From Common/Drivers/ |
36 #include "stm32f4xx_hal.h" | 37 #include "stm32f4xx_hal.h" |
37 | 38 |
38 #include <stdint.h> | 39 #include <stdint.h> |
40 | |
39 | 41 |
40 #define NUM_GASES 5 | 42 #define NUM_GASES 5 |
41 #define NUM_OFFSET_DILUENT 5 | 43 #define NUM_OFFSET_DILUENT 5 |
42 #define SPECIAL_GAS_ID 0 | 44 #define SPECIAL_GAS_ID 0 |
43 | 45 |