Fix missing macro

This commit is contained in:
Bodmer
2021-04-06 15:16:05 +01:00
parent d0619b0527
commit 16f144ff76

View File

@@ -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
***************************************************************************************/ ***************************************************************************************/