Mercurial > public > ostc4
changeset 445:ee1434824c3f minor_improvments
Removed duplicated definition:
NUM_GASES already defined in settings.h => use that definition
author | ideenmodellierer |
---|---|
date | Thu, 05 Mar 2020 22:27:55 +0100 |
parents | f2c4f5c90540 |
children | f1257a32f2d4 |
files | Discovery/Src/logbook.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/logbook.c Sat Feb 29 22:27:29 2020 +0100 +++ b/Discovery/Src/logbook.c Thu Mar 05 22:27:55 2020 +0100 @@ -56,11 +56,10 @@ #include "data_exchange.h" #include "decom.h" #include "tHome.h" // for tHome_findNextStop() +#include "settings.h" /* Private types -------------------------------------------------------------*/ -#define NUM_GASES 5 - #define LOGBOOK_VERSION (0x30) #define LOGBOOK_VERSION_OSTC3 (0x24)