[LLCC68] Fixed issues found by cppcheck

pull/1089/head
jgromes 2024-05-05 20:10:46 +01:00
rodzic 26fb617062
commit 4f52738ed4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ class LLCC68: public SX1262 {
\brief Default constructor. \brief Default constructor.
\param mod Instance of Module that will be used to communicate with the radio. \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. \brief Initialization method for LoRa modem.