esp8266/machine_spi: Rename machine_hspi to machine_spi.
This renames the type, functions and file to match other ports. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
extern const mp_obj_type_t pyb_pin_type;
|
||||
extern const mp_obj_type_t pyb_rtc_type;
|
||||
extern const mp_obj_type_t machine_hspi_type;
|
||||
|
||||
MP_DECLARE_CONST_FUN_OBJ_VAR_BETWEEN(pyb_info_obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user