mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-13 18:27:55 +00:00
DIRECT_INPUT feature to allow wiring own inputs - fix typo
This commit is contained in:
parent
6f12d486a0
commit
204b0f13fc
@ -240,7 +240,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ENABLE_DIRECT_INPUT)
|
#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
|
#error You must disable ENABLE_SERIAL and ENABLE_PPM before using ENABLE_DIRECT_INPUT
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user