From dd8de8b41227c423330244f2a931d6bd98e63947 Mon Sep 17 00:00:00 2001 From: Tobias Thyrrestrup Date: Wed, 28 Jun 2023 11:18:07 +0200 Subject: [PATCH] stm32/modmachine: Remove duplicate machine_timer_type declaration. Signed-off-by: Tobias Thyrrestrup --- ports/stm32/modmachine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/stm32/modmachine.h b/ports/stm32/modmachine.h index 0c776280b4..409c552e6c 100644 --- a/ports/stm32/modmachine.h +++ b/ports/stm32/modmachine.h @@ -29,7 +29,6 @@ #include "py/obj.h" extern const mp_obj_type_t machine_adc_type; -extern const mp_obj_type_t machine_timer_type; extern const mp_obj_type_t machine_i2c_type; extern const mp_obj_type_t machine_i2s_type; extern const mp_obj_type_t machine_spi_type;