mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-09 23:54:43 +02:00
Correct missing ;
This commit is contained in:
@@ -57,7 +57,7 @@ inline void TFT_eSPI::begin_tft_write(void){
|
||||
locked = false;
|
||||
spi.beginTransaction(SPISettings(SPI_FREQUENCY, MSBFIRST, TFT_SPI_MODE));
|
||||
CS_L;
|
||||
SET_BUS_WRITE_MODE
|
||||
SET_BUS_WRITE_MODE;
|
||||
}
|
||||
#else
|
||||
CS_L;
|
||||
|
Reference in New Issue
Block a user