summaryrefslogtreecommitdiff
path: root/chip/g/rdd.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/rdd.c')
-rw-r--r--chip/g/rdd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/chip/g/rdd.c b/chip/g/rdd.c
index 5d154ecae0..054e8af3d6 100644
--- a/chip/g/rdd.c
+++ b/chip/g/rdd.c
@@ -212,6 +212,10 @@ void init_rdd_state(void)
/* Restore the rddkeepalive atboot state from the ccd flags. */
force_detected = ccd_get_flag(CCD_FLAG_RDDKEEPALIVE_AT_BOOT);
+#ifdef H1_RED_BOARD
+ CPRINTS("Red board rddkeepalive enabled.");
+ force_detected = 1;
+#endif
if (force_detected)
hook_call_deferred(&rdd_connect_data, 0);
}