diff 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
line wrap: on
line diff
--- a/Common/Inc/global_constants.h	Tue Nov 27 18:31:21 2018 +0100
+++ b/Common/Inc/global_constants.h	Wed Nov 28 09:36:33 2018 +0300
@@ -39,4 +39,8 @@
 //Spi sync data debug
 #define SPI_SHOW_SYNC_STATS 1
 #define SPI_MIN_ERROR_SHOW 2
+
+
+//Text data
+#define TEXT_PRESSURE_UNIT "hPa"
 #endif