Mercurial > public > ostc4
comparison Common/Inc/global_constants.h @ 103:f5d2f02dc73f kittz
Generalize TEXT of pressure unit
author | Dmitry Romanov <kitt@bk.ru> |
---|---|
date | Wed, 28 Nov 2018 09:36:33 +0300 |
parents | 83feba2ad1c3 |
children | 22a1094545f3 |
comparison
equal
deleted
inserted
replaced
102:4276d56eb37c | 103:f5d2f02dc73f |
---|---|
37 | 37 |
38 | 38 |
39 //Spi sync data debug | 39 //Spi sync data debug |
40 #define SPI_SHOW_SYNC_STATS 1 | 40 #define SPI_SHOW_SYNC_STATS 1 |
41 #define SPI_MIN_ERROR_SHOW 2 | 41 #define SPI_MIN_ERROR_SHOW 2 |
42 | |
43 | |
44 //Text data | |
45 #define TEXT_PRESSURE_UNIT "hPa" | |
42 #endif | 46 #endif |