Skip to content

Commit 29208b6

Browse files
committed
Merge branch 'bugfix/spi_build_ym2_15dec' into 'master'
bugfix for spi building host_sleep See merge request app-frameworks/esp_hosted!276
2 parents 9131121 + 1e59efb commit 29208b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp_hosted_ng/host/spi/esp_spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static int spi_init(void);
3838
static void adjust_spi_clock(u8 spi_clk_mhz);
3939

4040
volatile u8 data_path = 0;
41+
volatile u8 host_sleep = 0;
4142
static struct esp_spi_context spi_context;
4243
static char hardware_type = ESP_FIRMWARE_CHIP_UNRECOGNIZED;
4344
static atomic_t tx_pending;

0 commit comments

Comments
 (0)