[LLCC68] Fixed issues found by cppcheck
This commit is contained in:
parent
26fb617062
commit
4f52738ed4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class LLCC68: public SX1262 {
|
|||
\brief Default constructor.
|
||||
\param mod Instance of Module that will be used to communicate with the radio.
|
||||
*/
|
||||
LLCC68(Module* mod);
|
||||
LLCC68(Module* mod); // cppcheck-suppress noExplicitConstructor
|
||||
|
||||
/*!
|
||||
\brief Initialization method for LoRa modem.
|
||||
|
|
Loading…
Add table
Reference in a new issue