summaryrefslogtreecommitdiff
path: root/ports/esp32/esp32_common.cmake
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-10-11 13:48:49 +1100
committerDamien George <damien@micropython.org>2023-10-23 17:16:45 +1100
commit95d8b5fd555ba26ebd79b29fade45d2bf0abc6c4 (patch)
treecff4cb6867f00c45c9f1df4489ea036ea964e9ca /ports/esp32/esp32_common.cmake
parent48e0986666c9f2059c92253f3c0f9b4184d68816 (diff)
extmod/machine_adc: Factor ports' ADC Python bindings to common code.
No functional change, just code factoring to have the Python bindings in one location, and all the ports use those same bindings. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/esp32/esp32_common.cmake')
-rw-r--r--ports/esp32/esp32_common.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32/esp32_common.cmake b/ports/esp32/esp32_common.cmake
index 2c82c1f10..4c90282c9 100644
--- a/ports/esp32/esp32_common.cmake
+++ b/ports/esp32/esp32_common.cmake
@@ -66,7 +66,6 @@ list(APPEND MICROPY_SOURCE_PORT
machine_timer.c
machine_pin.c
machine_touchpad.c
- machine_adc.c
machine_adcblock.c
machine_dac.c
machine_i2c.c