summaryrefslogtreecommitdiff
path: root/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/ecspi_xfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/ecspi_xfer.h')
-rw-r--r--examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/ecspi_xfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/ecspi_xfer.h b/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/ecspi_xfer.h
index 6537cb5..f4978a3 100644
--- a/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/ecspi_xfer.h
+++ b/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/ecspi_xfer.h
@@ -39,7 +39,7 @@
extern "C" {
#endif
-void ECSPI_XFER_Config(ecspi_init_t* initConfig);
+void ECSPI_XFER_Config(const ecspi_init_config_t* initConfig);
bool ECSPI_XFER_TransmitBurst(void);
bool ECSPI_XFER_ReceiveBurst(void);
bool ECSPI_XFER_TransferBlocking(uint8_t *txBuffer, uint8_t *rxBuffer, uint32_t transferSize);