RP - tidy up removed prototypes

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14329 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
cinsights 2021-04-26 01:57:47 +00:00
parent b865289880
commit 211c3a26b1
1 changed files with 0 additions and 2 deletions

View File

@ -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);