From 72f405e01777b55b7e9d2ab9569894b8c2b89c44 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 17 Aug 2018 10:24:13 +0200 Subject: [PATCH] better explanation for STEMLAB_FIX option --- Makefile | 2 +- Makefile.mac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 82e9275..b7f1670 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ GIT_VERSION := $(shell git describe --abbrev=0 --tags) # uncomment the line below to include support for STEMlab discovery (WITHOUT AVAHI) #STEMLAB_DISCOVERY=STEMLAB_DISCOVERY_NOAVAHI -# uncommment this line for activate work-around some RedPitaty HPSDR bugs +# uncommment this line for circumventing problems with RedPitya HPSDR apps. #STEMLAB_FIX_OPTION=-DSTEMLAB_FIX #uncomment the line below for the platform being compiled on (actually not used) diff --git a/Makefile.mac b/Makefile.mac index e4b482e..568a05c 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -30,7 +30,7 @@ PURESIGNAL_INCLUDE=PURESIGNAL # uncomment the line below to include support for STEMlab discovery (WITHOUT AVAHI) STEMLAB_DISCOVERY=STEMLAB_DISCOVERY_NOAVAHI -# un-commment this line for activate work-around some RedPitaty HPSDR bugs +# uncommment this line for circumventing problems with RedPitya HPSDR apps. STEMLAB_FIX_OPTION=-DSTEMLAB_FIX #uncomment the line below for the platform being compiled on (actually not used) -- 2.45.2