Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a32d5dd

Browse files
John DoeJohn Doe
John Doe
authored and
John Doe
committed
double
1 parent 25ae1db commit a32d5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/cores/esp8266/esp8266_peri.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ static uint8_t esp8266_gpioToFn[16] = {0x34, 0x18, 0x38, 0x14, 0x3C, 0x40, 0x1C,
278278

279279
//SPI_READY
280280
#define SPIRDY ESP8266_DREG(0x0C)
281-
#define SPIBUSY 9 //wait SPI idle
281+
#define SPI_BUSY 9 //wait SPI idle
282282

283283
//SPI0 Registers (SPI0 is used for the flash)
284284
#define SPI0CMD ESP8266_REG(0x200)

0 commit comments

Comments
 (0)