diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-07-31 11:22:48 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-07-31 11:22:48 -0400 |
| commit | ee518b9141a4218b4f5f461d1e72621b6be5da81 (patch) | |
| tree | 9214d79957fc725d96d6fbf1eca3ff84ea37009a /supervisor/shared | |
| parent | 91d791afd091ba38bb61689e88a7fc03b9679e00 (diff) | |
| parent | 366fdcce18e148a6828b7a7074e1e4198fca3595 (diff) | |
Merge remote-tracking branch 'adafruit/master' into ble-pairing
Diffstat (limited to 'supervisor/shared')
| -rw-r--r-- | supervisor/shared/display.c | 3 |
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 }; |
