From 4785f647da4e2328d886509ccb598479c5452113 Mon Sep 17 00:00:00 2001 From: IOsetting Date: Tue, 24 Jan 2023 02:31:30 +0800 Subject: [PATCH] refactor: remove redundant code --- Examples/LL/SPI/ST7567_128x64LCD/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/LL/SPI/ST7567_128x64LCD/main.c b/Examples/LL/SPI/ST7567_128x64LCD/main.c index 02a5cee..74d4f3f 100644 --- a/Examples/LL/SPI/ST7567_128x64LCD/main.c +++ b/Examples/LL/SPI/ST7567_128x64LCD/main.c @@ -17,7 +17,6 @@ static void APP_SPIConfig(void); static void APP_SystemClockConfig(void); -uint8_t SPI_TxRxByte(uint8_t data); int main(void) {