Fix missing macro
This commit is contained in:
parent
d0619b0527
commit
16f144ff76
|
|
@ -89,6 +89,10 @@
|
||||||
#define SPI_TOUCH_FREQUENCY 2500000
|
#define SPI_TOUCH_FREQUENCY 2500000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SPI_BUSY_CHECK
|
||||||
|
#define SPI_BUSY_CHECK
|
||||||
|
#endif
|
||||||
|
|
||||||
/***************************************************************************************
|
/***************************************************************************************
|
||||||
** Section 4: Setup fonts
|
** Section 4: Setup fonts
|
||||||
***************************************************************************************/
|
***************************************************************************************/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue