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/stm32/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/stm32/modmachine.h')
| -rw-r--r-- | ports/stm32/modmachine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/modmachine.h b/ports/stm32/modmachine.h index 9838eafdb..882057c60 100644 --- a/ports/stm32/modmachine.h +++ b/ports/stm32/modmachine.h @@ -28,7 +28,6 @@ #include "py/obj.h" -extern const mp_obj_type_t machine_adc_type; extern const mp_obj_type_t machine_i2c_type; extern const mp_obj_type_t machine_spi_type; extern const mp_obj_type_t machine_timer_type; |
