From 4f52738ed413080511e28f8c9afe63c0bd88d633 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 5 May 2024 20:10:46 +0100 Subject: [PATCH] [LLCC68] Fixed issues found by cppcheck --- src/modules/LLCC68/LLCC68.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/LLCC68/LLCC68.h b/src/modules/LLCC68/LLCC68.h index 3a737060..08c52af3 100644 --- a/src/modules/LLCC68/LLCC68.h +++ b/src/modules/LLCC68/LLCC68.h @@ -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.