From 21b8e5a364fdfa6120d8fcbab46d6a6cf55a4570 Mon Sep 17 00:00:00 2001
From: jgromes <jan.gromes>
Date: Fri, 17 Jan 2025 22:30:49 +0100
Subject: [PATCH] [LLCC68] Cppcheck fixes

---
 src/modules/LLCC68/LLCC68.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/LLCC68/LLCC68.h b/src/modules/LLCC68/LLCC68.h
index 7809c56c..949e666b 100644
--- a/src/modules/LLCC68/LLCC68.h
+++ b/src/modules/LLCC68/LLCC68.h
@@ -48,14 +48,14 @@ class LLCC68: public SX1262 {
       \param bw LoRa bandwidth to be set in kHz.
       \returns \ref status_codes
     */
-    int16_t setBandwidth(float bw);
+    int16_t setBandwidth(float bw) override;
 
     /*!
       \brief Sets LoRa spreading factor. Allowed values range from 5 to 11, depending on currently set spreading factor.
       \param sf LoRa spreading factor to be set.
       \returns \ref status_codes
     */
-    int16_t setSpreadingFactor(uint8_t sf);
+    int16_t setSpreadingFactor(uint8_t sf) override;
 
     /*!
       \brief Set data.