mirror of https://github.com/arendst/Tasmota.git
Fix compilation error
This commit is contained in:
parent
e66b961a54
commit
4cf82bf0ea
|
@ -17,6 +17,7 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(USE_I2C) || defined(USE_SPI)
|
||||||
#ifdef USE_DISPLAY
|
#ifdef USE_DISPLAY
|
||||||
|
|
||||||
#ifdef XFUNC_PTR_IN_ROM
|
#ifdef XFUNC_PTR_IN_ROM
|
||||||
|
@ -137,3 +138,4 @@ bool XdspCall(uint8_t Function)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // USE_DISPLAY
|
#endif // USE_DISPLAY
|
||||||
|
#endif // USE_I2C or USE_SPI
|
||||||
|
|
Loading…
Reference in New Issue