diff --git a/apps/Makefile b/apps/Makefile index 3fc4e95f72..cbe30234ea 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -48,6 +48,9 @@ SRC := $(wildcard *.c) ifeq ($(TARGET), -DARCHOS_FMRECORDER) SCRAMBLE_OPT = -fm endif +ifeq ($(TARGET), -DARCHOS_FMRECORDERV2) + SCRAMBLE_OPT = -v2 +endif ifeq ($(ANYREC), RECORDER) SRC += $(wildcard recorder/*.c)