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

@@ -161,7 +161,6 @@ SECTIONS
*modmachine.o(.literal*, .text*)
*machine_wdt.o(.literal*, .text*)
*machine_spi.o(.literal*, .text*)
*machine_hspi.o(.literal*, .text*)
*hspi.o(.literal*, .text*)
*modesp.o(.literal* .text*)
*modespnow.o(.literal* .text*)