From 211c3a26b1d542038d8007e330fc94eec0a7a91e Mon Sep 17 00:00:00 2001 From: cinsights Date: Mon, 26 Apr 2021 01:57:47 +0000 Subject: [PATCH] RP - tidy up removed prototypes git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14329 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/RP/LLD/SPIv1/hal_spi_lld.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/hal/ports/RP/LLD/SPIv1/hal_spi_lld.h b/os/hal/ports/RP/LLD/SPIv1/hal_spi_lld.h index 3630abb8c..d0d3179cb 100644 --- a/os/hal/ports/RP/LLD/SPIv1/hal_spi_lld.h +++ b/os/hal/ports/RP/LLD/SPIv1/hal_spi_lld.h @@ -187,8 +187,6 @@ extern "C" { void spi_lld_select(SPIDriver *spip); void spi_lld_unselect(SPIDriver *spip); #endif - //void spi_lld_select(SPIDriver *spip); - //void spi_lld_unselect(SPIDriver *spip); void spi_lld_ignore(SPIDriver *spip, size_t n); void spi_lld_exchange(SPIDriver *spip, size_t n, const void *txbuf, void *rxbuf);