From eeb70e24bd594f1878a0e7daac3c84827c7968c1 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 4 Jul 2020 21:26:23 +0200 Subject: [PATCH] Fixed typo (TRAVIS_FORCE_BUILD) --- src/BuildOpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildOpt.h b/src/BuildOpt.h index 128450e6..dfbaf26d 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -54,7 +54,7 @@ // some of RadioLib drivers may be excluded, to prevent collisions with platforms (or to speed up build process) // the following is a complete list of all possible exclusion macros, uncomment any of them to disable that driver // NOTE: Some of the exclusion macros are dependent on each other. For example, it is not possible to exclude RF69 - // while keeping SX1231 (because RF69 is the base class for SX1231). The dependeny is always uni-directional, + // while keeping SX1231 (because RF69 is the base class for SX1231). The dependency is always uni-directional, // so excluding SX1231 and keeping RF69 is valid. //#define RADIOLIB_EXCLUDE_CC1101 //#define RADIOLIB_EXCLUDE_ESP8266