[LLCC68] Fixed issues found by cppcheck

This commit is contained in:
jgromes 2024-05-05 20:10:46 +01:00
parent 26fb617062
commit 4f52738ed4

View file

@ -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.