]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
software power control is off by default
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 18 Jan 2023 02:06:07 +0000 (07:36 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 18 Jan 2023 02:06:07 +0000 (07:36 +0530)
Makefile

index aeabce17ddcdca538b86d08b07e8de1eef2041a6..af67794ac10d4fca573e98c598d6b2dc401f6fcc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ GIT_VERSION := $(shell git describe --abbrev=0 --tags --always)
 GPIO_INCLUDE=GPIO
 
 # uncomment if level control (power output) is software based
-LEVEL_CTRL=SW_LEVEL_CTRL
+LEVEL_CTRL=SW_LEVEL_CTRL
 
 # uncomment the line below to include Pure Signal support
 #PURESIGNAL_INCLUDE=PURESIGNAL