mirror of
https://github.com/pengwon/epd42.git
synced 2025-12-18 17:33:21 +08:00
cleanup unused driver code
This commit is contained in:
@@ -74,9 +74,9 @@ void DEV_SPI_WriteByte(UBYTE value)
|
||||
|
||||
UBYTE DEV_SPI_ReadByte(void)
|
||||
{
|
||||
UBYTE value;
|
||||
nrf_drv_spi_transfer(&spi, NULL, 0, &value, 1);
|
||||
return value;
|
||||
UBYTE value;
|
||||
nrf_drv_spi_transfer(&spi, NULL, 0, &value, 1);
|
||||
return value;
|
||||
}
|
||||
|
||||
void DEV_Module_Exit(void)
|
||||
|
||||
Reference in New Issue
Block a user