Skip to content

Commit 6d3e9e3

Browse files
committed
Clear cache cleaning code
1 parent bd5d415 commit 6d3e9e3

File tree

1 file changed

+0
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H

1 file changed

+0
-1
lines changed

libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/spi_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ static void spi_async_write(spi_t *obj)
467467
} else {
468468
spi_write(obj, SPI_FILL_WORD);
469469
}
470-
__v7_clean_dcache_all();
471470
}
472471

473472
static void spi_async_read(spi_t *obj)

0 commit comments

Comments
 (0)