stm32/modmachine: Remove duplicate machine_timer_type declaration.

Signed-off-by: Tobias Thyrrestrup <tt@LEGO.com>
This commit is contained in:
Tobias Thyrrestrup 2023-06-28 11:18:07 +02:00 committed by Damien George
parent a2c02014cd
commit dd8de8b412
1 changed files with 0 additions and 1 deletions

View File

@ -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;