diff options
| author | microDev <70126934+microDev1@users.noreply.github.com> | 2020-09-26 11:15:50 +0530 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-10-27 16:17:26 -0700 |
| commit | 930cf14dcef3e3552a0e7d7476fd89b873738c2d (patch) | |
| tree | 79d76d889a82a5e5c0f89e3012fcb620a0c37142 /py | |
| parent | e35938971a4e9c0177e68163e1baab3b25c17ca8 (diff) | |
Add check for invalid io, function to disable all alarms
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index 72091decb..7e17934a5 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -108,7 +108,7 @@ endif ifeq ($(CIRCUITPY_ALARM_TIME),1) SRC_PATTERNS += alarm_time/% endif -ifeq ($(CIRCUITPY_ALARM_TIME),1) +ifeq ($(CIRCUITPY_ALARM_TOUCH),1) SRC_PATTERNS += alarm_touch/% endif ifeq ($(CIRCUITPY_ANALOGIO),1) |
