[LLCC68] Cppcheck fixes
This commit is contained in:
parent
af34dd9691
commit
21b8e5a364
1 changed files with 2 additions and 2 deletions
|
@ -48,14 +48,14 @@ class LLCC68: public SX1262 {
|
||||||
\param bw LoRa bandwidth to be set in kHz.
|
\param bw LoRa bandwidth to be set in kHz.
|
||||||
\returns \ref status_codes
|
\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.
|
\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.
|
\param sf LoRa spreading factor to be set.
|
||||||
\returns \ref status_codes
|
\returns \ref status_codes
|
||||||
*/
|
*/
|
||||||
int16_t setSpreadingFactor(uint8_t sf);
|
int16_t setSpreadingFactor(uint8_t sf) override;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Set data.
|
\brief Set data.
|
||||||
|
|
Loading…
Add table
Reference in a new issue