Removerd reference to UART

This commit is contained in:
jgromes 2021-11-14 11:35:32 +01:00
parent c6eb3ee94f
commit 10ec10d233
2 changed files with 2 additions and 2 deletions

View file

@ -754,7 +754,7 @@
* Warning: Debug output will slow down the whole system significantly.
* Also, it will result in larger compiled binary.
* Levels: debug - only main info
* verbose - full transcript of all SPI/UART communication
* verbose - full transcript of all SPI communication
*/
#if !defined(RADIOLIB_DEBUG)
//#define RADIOLIB_DEBUG

View file

@ -8,7 +8,7 @@
/*!
\class Module
\brief Implements all common low-level SPI/UART methods to control the wireless module.
\brief Implements all common low-level methods to control the wireless module.
Every module class contains one private instance of this class.
*/
class Module {