summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Thyrrestrup <tt@LEGO.com>2023-06-28 11:18:07 +0200
committerDamien George <damien@micropython.org>2023-07-11 12:34:51 +1000
commitdd8de8b41227c423330244f2a931d6bd98e63947 (patch)
tree4af6bbca1c2977b2c837ae4d40d65cb70d6f6546
parenta2c02014cd4df7cd2b7bea611b555d3a58a4d02f (diff)
stm32/modmachine: Remove duplicate machine_timer_type declaration.
Signed-off-by: Tobias Thyrrestrup <tt@LEGO.com>
-rw-r--r--ports/stm32/modmachine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/modmachine.h b/ports/stm32/modmachine.h
index 0c776280b..409c552e6 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;