DIRECT_INPUT feature to allow wiring own inputs - fix typo

This commit is contained in:
gbob 2018-02-01 21:58:10 +00:00
parent 6f12d486a0
commit 204b0f13fc

View File

@ -240,7 +240,7 @@
#endif
#if defined(ENABLE_DIRECT_INPUT)
#if defined(NABLE_SERIAL) || defined(ENABLE_PPM)
#if defined(ENABLE_SERIAL) || defined(ENABLE_PPM)
#error You must disable ENABLE_SERIAL and ENABLE_PPM before using ENABLE_DIRECT_INPUT
#endif
#endif