From c7d6ad3e951300cd37871728e40894fe01eebc2a Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 17 Nov 2024 19:43:40 +0100 Subject: [PATCH] Remove an outdated comment --- src/BuildOpt.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/BuildOpt.h b/src/BuildOpt.h index 35ee4483..1464ad44 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -133,11 +133,9 @@ * RADIOLIB_DEFAULT_SPI - default SPIClass instance to use. * RADIOLIB_NONVOLATILE - macro to place variable into program storage (usually Flash). * RADIOLIB_NONVOLATILE_READ_BYTE - function/macro to read variables saved in program storage (usually Flash). - * RADIOLIB_TYPE_ALIAS - construct to create an alias for a type, usually vai the `using` keyword. + * RADIOLIB_TYPE_ALIAS - construct to create an alias for a type, usually via the `using` keyword. * RADIOLIB_TONE_UNSUPPORTED - some platforms do not have tone()/noTone(), which is required for AFSK. * - * In addition, some platforms may require RadioLib to disable specific drivers (such as ESP8266). - * * Users may also specify their own configuration by uncommenting the RADIOLIB_CUSTOM_ARDUINO, * and then specifying all platform parameters in the section below. This will override automatic * platform detection.