summaryrefslogtreecommitdiff
path: root/app/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main.c')
-rw-r--r--app/src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main.c b/app/src/main.c
index eb0275b..ae604a7 100644
--- a/app/src/main.c
+++ b/app/src/main.c
@@ -28,9 +28,5 @@ void main(void) {
#ifdef CONFIG_ZMK_DISPLAY
zmk_display_init();
-
- while (1) {
- zmk_display_task_handler();
- }
#endif /* CONFIG_ZMK_DISPLAY */
}