summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ccd_config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/ccd_config.h b/include/ccd_config.h
index 3952cb9bc9..a3d4410244 100644
--- a/include/ccd_config.h
+++ b/include/ccd_config.h
@@ -47,7 +47,12 @@ enum ccd_flag {
/* (flags in the middle are unused) */
- /* Flags that can be set via ccd_set_flags(); fill from top down */
+ /*
+ * Flags that can be set via ccd_set_flags(); fill from top down.
+ *
+ * Note: To use ccd_set_flags a flag has to be a part of k_public_flags
+ * in ccd_config.c.
+ */
/* Override BATT_PRES_L at boot */
CCD_FLAG_OVERRIDE_BATT_AT_BOOT = BIT(20),