Skip to content

Commit

Permalink
Merge branch 'bugfix/spi_build_ym2_15dec' into 'master'
Browse files Browse the repository at this point in the history
bugfix for spi building host_sleep

See merge request app-frameworks/esp_hosted!276
  • Loading branch information
mantriyogesh committed Dec 16, 2022
2 parents 9131121 + 1e59efb commit 29208b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp_hosted_ng/host/spi/esp_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ static int spi_init(void);
static void adjust_spi_clock(u8 spi_clk_mhz);

volatile u8 data_path = 0;
volatile u8 host_sleep = 0;
static struct esp_spi_context spi_context;
static char hardware_type = ESP_FIRMWARE_CHIP_UNRECOGNIZED;
static atomic_t tx_pending;
Expand Down

0 comments on commit 29208b6

Please sign in to comment.