diff options
| -rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index cbe3023..ee406e2 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -48,7 +48,7 @@ SRC := $(wildcard *.c) ifeq ($(TARGET), -DARCHOS_FMRECORDER) SCRAMBLE_OPT = -fm endif -ifeq ($(TARGET), -DARCHOS_FMRECORDERV2) +ifeq ($(TARGET), -DARCHOS_RECORDERV2) SCRAMBLE_OPT = -v2 endif |