diff options
| author | Damien George <damien@micropython.org> | 2023-10-11 13:48:49 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-10-23 17:16:45 +1100 |
| commit | 95d8b5fd555ba26ebd79b29fade45d2bf0abc6c4 (patch) | |
| tree | cff4cb6867f00c45c9f1df4489ea036ea964e9ca /ports/esp8266/modmachine.h | |
| parent | 48e0986666c9f2059c92253f3c0f9b4184d68816 (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/esp8266/modmachine.h')
| -rw-r--r-- | ports/esp8266/modmachine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp8266/modmachine.h b/ports/esp8266/modmachine.h index 9b7a5e3cb..469d25e81 100644 --- a/ports/esp8266/modmachine.h +++ b/ports/esp8266/modmachine.h @@ -4,7 +4,6 @@ #include "py/obj.h" extern const mp_obj_type_t pyb_pin_type; -extern const mp_obj_type_t machine_adc_type; extern const mp_obj_type_t pyb_rtc_type; extern const mp_obj_type_t pyb_uart_type; extern const mp_obj_type_t pyb_i2c_type; |
