Skip to content

Commit

Permalink
Sync tft_ssd2119.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim committed Nov 13, 2023
1 parent 06b0f92 commit 892e7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/MiscDrivers/Display/tft_ssd2119.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ static void tft_spi_init(void)
int numSlaves = 2;
int ssPol = 0;

#if defined(OLD_SPI_API) // Defined in spi.h file if the driver if first version
#if defined(OLD_SPI_API_FUNCTIONS) // Defined in spi.h file if the driver if first version
MXC_SPI_Init((mxc_spi_regs_t *)spi, master, quadMode, numSlaves, ssPol, tft_spi_freq);

// Todo:
Expand Down

0 comments on commit 892e7f6

Please sign in to comment.