diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-12-30 16:25:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 16:25:11 -0600 |
| commit | 5698b8bb0a178d9022cb20de417efa0f77216e87 (patch) | |
| tree | cc5bf4c3d82a9feac6baa3e83c73e525f928f17f /py | |
| parent | 7e78af7acada790cd955fc43a7a510adf9671b23 (diff) | |
| parent | 0bad6110d4f2c1b66560dccb2eaf54f563d8f5a8 (diff) | |
Merge pull request #3850 from microDev1/touch-s26.1.0-beta.3
Support for Touch Alarm
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index 94f8ba42e..d6d192a95 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -311,6 +311,7 @@ SRC_COMMON_HAL_ALL = \ alarm/__init__.c \ alarm/pin/PinAlarm.c \ alarm/time/TimeAlarm.c \ + alarm/touch/TouchAlarm.c \ analogio/AnalogIn.c \ analogio/AnalogOut.c \ analogio/__init__.c \ |
