comparison Discovery/Src/logbook.c @ 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 b1091e183d52
children 928a14568689
comparison
equal deleted inserted replaced
444:f2c4f5c90540 445:ee1434824c3f
54 //#include "test_vpm.h" 54 //#include "test_vpm.h"
55 #include "externLogbookFlash.h" 55 #include "externLogbookFlash.h"
56 #include "data_exchange.h" 56 #include "data_exchange.h"
57 #include "decom.h" 57 #include "decom.h"
58 #include "tHome.h" // for tHome_findNextStop() 58 #include "tHome.h" // for tHome_findNextStop()
59 #include "settings.h"
59 60
60 /* Private types -------------------------------------------------------------*/ 61 /* Private types -------------------------------------------------------------*/
61
62 #define NUM_GASES 5
63 62
64 #define LOGBOOK_VERSION (0x30) 63 #define LOGBOOK_VERSION (0x30)
65 #define LOGBOOK_VERSION_OSTC3 (0x24) 64 #define LOGBOOK_VERSION_OSTC3 (0x24)
66 65
67 #define DEFAULT_SAMPLES (100) /* Number of sample data bytes in case of an broken header information */ 66 #define DEFAULT_SAMPLES (100) /* Number of sample data bytes in case of an broken header information */