Removerd reference to UART
This commit is contained in:
parent
c6eb3ee94f
commit
10ec10d233
2 changed files with 2 additions and 2 deletions
|
@ -754,7 +754,7 @@
|
||||||
* Warning: Debug output will slow down the whole system significantly.
|
* Warning: Debug output will slow down the whole system significantly.
|
||||||
* Also, it will result in larger compiled binary.
|
* Also, it will result in larger compiled binary.
|
||||||
* Levels: debug - only main info
|
* Levels: debug - only main info
|
||||||
* verbose - full transcript of all SPI/UART communication
|
* verbose - full transcript of all SPI communication
|
||||||
*/
|
*/
|
||||||
#if !defined(RADIOLIB_DEBUG)
|
#if !defined(RADIOLIB_DEBUG)
|
||||||
//#define RADIOLIB_DEBUG
|
//#define RADIOLIB_DEBUG
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
/*!
|
/*!
|
||||||
\class Module
|
\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.
|
Every module class contains one private instance of this class.
|
||||||
*/
|
*/
|
||||||
class Module {
|
class Module {
|
||||||
|
|
Loading…
Add table
Reference in a new issue