summaryrefslogtreecommitdiff
path: root/wasp/boards/simulator/test_smoke.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/boards/simulator/test_smoke.py')
-rw-r--r--wasp/boards/simulator/test_smoke.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/simulator/test_smoke.py b/wasp/boards/simulator/test_smoke.py
index e0afa30..3cb92b9 100644
--- a/wasp/boards/simulator/test_smoke.py
+++ b/wasp/boards/simulator/test_smoke.py
@@ -13,6 +13,7 @@ wasp.system.step = step
wasp.watch.touch.press = wasp.watch.touch.i2c.sim.press
wasp.watch.touch.swipe = wasp.watch.touch.i2c.sim.swipe
+wasp.system.secondary_init()
wasp.system.apps = {}
for app in wasp.system.quick_ring + wasp.system.launcher_ring:
wasp.system.apps[app.NAME] = app