From 204b0f13fc4269ae34b8f70054008e1e3662beb2 Mon Sep 17 00:00:00 2001 From: gbob Date: Thu, 1 Feb 2018 21:58:10 +0000 Subject: [PATCH] DIRECT_INPUT feature to allow wiring own inputs - fix typo --- Multiprotocol/Validate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiprotocol/Validate.h b/Multiprotocol/Validate.h index 857a45c..19ad1f4 100644 --- a/Multiprotocol/Validate.h +++ b/Multiprotocol/Validate.h @@ -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