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:
Damien George
2023-11-23 15:21:34 +11:00
parent c554df57f6
commit 911662cc10
5 changed files with 19 additions and 21 deletions

View File

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