Skip to content

Commit 149f619

Browse files
John DoeJohn Doe
authored andcommitted
double
1 parent 80a4bd7 commit 149f619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ extern uint8_t esp8266_gpioToFn[16];
284284

285285
//SPI_READY
286286
#define SPIRDY ESP8266_DREG(0x0C)
287-
#define SPIBUSY 9 //wait SPI idle
287+
#define SPI_BUSY 9 //wait SPI idle
288288

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

0 commit comments

Comments
 (0)