Skip to content

Commit

Permalink
Remove default SPI_FREQUENCY if not set #153
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Dec 14, 2024
1 parent 78a3b38 commit e815e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/drv/tft/tft_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
#define TFT_RST -1
#endif

#ifndef SPI_FREQUENCY
#define SPI_FREQUENCY 40000000
#endif
// #ifndef SPI_FREQUENCY
// #define SPI_FREQUENCY -1 // 40000000
// #endif

#ifndef TFT_D0
#define TFT_D0 -1
Expand Down

0 comments on commit e815e31

Please sign in to comment.