stm32/modmachine: Remove duplicate machine_timer_type declaration.
Signed-off-by: Tobias Thyrrestrup <tt@LEGO.com>
This commit is contained in:
parent
a2c02014cd
commit
dd8de8b412
|
@ -29,7 +29,6 @@
|
||||||
#include "py/obj.h"
|
#include "py/obj.h"
|
||||||
|
|
||||||
extern const mp_obj_type_t machine_adc_type;
|
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_i2c_type;
|
||||||
extern const mp_obj_type_t machine_i2s_type;
|
extern const mp_obj_type_t machine_i2s_type;
|
||||||
extern const mp_obj_type_t machine_spi_type;
|
extern const mp_obj_type_t machine_spi_type;
|
||||||
|
|
Loading…
Reference in New Issue