Skip to content

Commit

Permalink
Remove an outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Nov 17, 2024
1 parent 9d9d480 commit c7d6ad3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/BuildOpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c7d6ad3

Please sign in to comment.