summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 7665b4928f..6157d2efb8 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -221,7 +221,7 @@ static struct bit_entry rtc_bits[] =
221 /* new stuff to be added here */ 221 /* new stuff to be added here */
222 /* If values are just added to the end, no need to bump the version. */ 222 /* If values are just added to the end, no need to bump the version. */
223 223
224 /* Current sum of bits: 254 (worst case) */ 224 /* Current sum of bits: 271 (worst case) */
225 /* Sum of all bit sizes must not grow beyond 288! */ 225 /* Sum of all bit sizes must not grow beyond 288! */
226}; 226};
227 227