Fixed typo (TRAVIS_FORCE_BUILD)

This commit is contained in:
jgromes 2020-07-04 21:26:23 +02:00
parent f3fd516a85
commit eeb70e24bd

View file

@ -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