[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] minor scons fix
From: |
Bernd Ocklin |
Subject: |
[gpsd-dev] minor scons fix |
Date: |
Sun, 22 Dec 2013 21:58:17 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 |
In gpsd.h-tail you probably want to define BINARY_ENABLED also when only
NMEA2000_ENABLE is defined:
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 9760aa5..878c2f8 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -77,7 +77,7 @@ typedef unsigned int speed_t;
#ifdef EARTHMATE_ENABLE
#define ZODIAC_ENABLE
#endif
-#if defined(ZODIAC_ENABLE) || defined(SIRF_ENABLE) ||
defined(GARMIN_ENABLE) || defined(TSIP_ENABLE) ||
defined(EVERMORE_ENABLE) || defi
+#if defined(ZODIAC_ENABLE) || defined(SIRF_ENABLE) ||
defined(GARMIN_ENABLE) || defined(TSIP_ENABLE) ||
defined(EVERMORE_ENABLE) || defi
#define BINARY_ENABLE
#endif
#if defined(TRIPMATE_ENABLE) || defined(BINARY_ENABLE)
/Bernd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gpsd-dev] minor scons fix,
Bernd Ocklin <=