[SX126x] Added missing override
This commit is contained in:
parent
fed86b0742
commit
95e7bdb7c6
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ class SX126x: public PhysicalLayer {
|
|||
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
int16_t transmitDirect(uint32_t frf = 0);
|
||||
int16_t transmitDirect(uint32_t frf = 0) override;
|
||||
|
||||
/*!
|
||||
\brief Starts direct mode reception. Only implemented for PhysicalLayer compatibility, as %SX126x series does not support direct mode reception.
|
||||
|
|
Loading…
Add table
Reference in a new issue