summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-07-31 11:22:48 -0400
committerDan Halbert <halbert@halwitz.org>2019-07-31 11:22:48 -0400
commitee518b9141a4218b4f5f461d1e72621b6be5da81 (patch)
tree9214d79957fc725d96d6fbf1eca3ff84ea37009a /supervisor
parent91d791afd091ba38bb61689e88a7fc03b9679e00 (diff)
parent366fdcce18e148a6828b7a7074e1e4198fca3595 (diff)
Merge remote-tracking branch 'adafruit/master' into ble-pairing
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/display.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/supervisor/shared/display.c b/supervisor/shared/display.c
index 6a39cbe8e..fd51e2c07 100644
--- a/supervisor/shared/display.c
+++ b/supervisor/shared/display.c
@@ -229,5 +229,6 @@ displayio_group_t circuitpython_splash = {
.size = 2,
.max_size = 2,
.children = splash_children,
- .item_removed = false
+ .item_removed = false,
+ .in_group = false
};