summaryrefslogtreecommitdiff
path: root/src/app/ssd1306test/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-05-28 15:17:20 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-05-28 15:17:20 +0200
commit460ecf074d133cbe026cbddb7cf5fad1180c9831 (patch)
tree2beb0cfa84698dbb723c7c62acec703fad3437da /src/app/ssd1306test/Makefile.inc
parentcf3ba89c46301bb8c0a1eda470c353801117fc0b (diff)
Set loop/wakeup/ostream either via .config or via app/commandline
Diffstat (limited to 'src/app/ssd1306test/Makefile.inc')
-rw-r--r--src/app/ssd1306test/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/ssd1306test/Makefile.inc b/src/app/ssd1306test/Makefile.inc
index 9a32d56..ebdcbd8 100644
--- a/src/app/ssd1306test/Makefile.inc
+++ b/src/app/ssd1306test/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,i2c
CONFIG_driver_ssd1306 = y
CONFIG_driver_ssd1306_width = 128