From c4530eb116a136433e6ea7504e2ca49a1a731880 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Wed, 12 Feb 2025 02:51:45 +0100 Subject: [PATCH] Fix ENABLE_REGA --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b64d054..2e84de4 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ ENABLE_FEAT_F4HWN_RESET_CHANNEL ?= 0 ENABLE_FEAT_F4HWN_PMR ?= 0 ENABLE_FEAT_F4HWN_GMRS_FRS_MURS ?= 0 ENABLE_FEAT_F4HWN_CA ?= 1 -ENABLE_REGA ?= 1 +ENABLE_REGA ?= 0 # ---- DEBUGGING ---- ENABLE_AM_FIX_SHOW_DATA ?= 0