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 /ports/esp32s2/Makefile | |
| 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 'ports/esp32s2/Makefile')
| -rw-r--r-- | ports/esp32s2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32s2/Makefile b/ports/esp32s2/Makefile index e08b8a792..f33a1d2eb 100644 --- a/ports/esp32s2/Makefile +++ b/ports/esp32s2/Makefile @@ -193,6 +193,7 @@ SRC_C += \ lib/utils/sys_stdio_mphal.c \ lib/netutils/netutils.c \ peripherals/timer.c \ + peripherals/touch.c \ peripherals/pcnt.c \ peripherals/pins.c \ peripherals/rmt.c \ |
