mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-14 17:27:30 +08:00
fix(esp8266): Fix crash when enable debug log level
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
#include "esp8266/pin_mux_register.h"
|
||||
#include "driver/spi_register.h"
|
||||
|
||||
#define spi_debug(fmt, ...) ESP_LOGD(TAG, fmt, ##__VA_ARGS__)
|
||||
/* Todo: Refactor SPI debug */
|
||||
#define spi_debug(fmt, ...) //ESP_LOGD(TAG, fmt, ##__VA_ARGS__)
|
||||
|
||||
#define SPI_EXT2(i) (REG_SPI_BASE(i) + 0xF8)
|
||||
#define SPI_EXT3(i) (REG_SPI_BASE(i) + 0xFC)
|
||||
|
||||
Reference in New Issue
Block a user