PROJECTOR_CTRL: Use at least one projector (fix)

This commit is contained in:
Jan Bubík 2021-03-06 22:07:06 +01:00
parent c5e2cef175
commit cabd9bdffc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define XDRV_53 53
#ifndef USE_PROJECTOR_CTRL_NEC
#if !defined(USE_PROJECTOR_CTRL_NEC) && !defined(USE_PROJECTOR_CTRL_OPTOMA)
#define USE_PROJECTOR_CTRL_NEC // Use at least one projector
#endif