diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-05-28 13:15:36 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-05-28 13:15:36 +0200 |
commit | 12ce549ad95999e08a990ede76721c998da28859 (patch) | |
tree | 80f64b2aefbddd21aefc58b2e55335440b7d7297 | |
parent | 2a2b21fe8d3a40aa5ed77e6a8966b017b50eeb90 (diff) |
Makefile: fix typo
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ ifdef CONFIG_timer_freq COMMON_FLAGS += -DF_TIMER=${CONFIG_timer_freq} endif -ifdef CONFIG_driver_softi2c_pullup-dynamic_internal +ifdef CONFIG_driver_softi2c_pullup_dynamic_internal softi2c_pullup=internal endif ifeq (${softi2c_pullup}, internal) |