| commit | 0cf89bb8b41aeb039ea373efc0766eeb64cccc3f | [log] [tgz] |
|---|---|---|
| author | Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> | Mon Jul 08 19:47:24 2024 +0200 |
| committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 10 19:13:46 2024 -0400 |
| tree | bded57f7381b9585386d91f0225207e3224987f8 | |
| parent | 6ac0d8bf84e1aaaf4da279449fb348df550707cd [diff] |
drivers/spi/spi_xlnx_axi_quadspi: Build fix w CONFIG_SPI_ASYNC
Fix a build error when CONFIG_SPI_ASYNC is set.
The issue was detected by CI
```
spi_xlnx_axi_quadspi.c: In function 'xlnx_quadspi_isr':
spi_xlnx_axi_quadspi.c:489:21: error: 'ctx' undeclared
489 | if (ctx->asynchronous) {
| ^~~
```
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>