Skip to content
Merged
Next Next commit
EspSpiDriver: remove empty unused function
  • Loading branch information
pennam committed Feb 20, 2025
commit ced8e5bd1ff6915bd1dafd04c4c781e0734d75d9
7 changes: 0 additions & 7 deletions libraries/ESPhost/src/EspSpiDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ static spi_event_t _spi_cb_status = SPI_EVENT_TRANSFER_ABORTED;
* ############################# */

static void spi_callback(spi_callback_args_t *p_args);
static void ext_irq_callback(void);


/* execute SPI communication, send the content of tx_buffer to ESP32, put the
Expand Down Expand Up @@ -534,9 +533,3 @@ static void spi_callback(spi_callback_args_t *p_args) {
_spi_cb_status = SPI_EVENT_TRANSFER_ABORTED;
}
}

/* -------------------------------------------------------------------------- */
static void ext_irq_callback(void) {
/* -------------------------------------------------------------------------- */

}