mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-19 12:05:32 -04:00

The machine_i2c_type, machine_spi_type and machine_timer_type symbols are already declared in extmod/modmachine.h and should not be declared anywhere else. Also move declarations of machine_pin_type and machine_rtc_type to the common header in extmod. Signed-off-by: Damien George <damien@micropython.org>
5 lines
101 B
C
5 lines
101 B
C
#include "py/obj.h"
|
|
#include "extmod/modmachine.h"
|
|
#include "machine_pin.h"
|
|
#include "genhdr/pins.h"
|