[SX126x] Add missing overrides
This commit is contained in:
parent
2b021d3e67
commit
43f58e1b1f
1 changed files with 2 additions and 2 deletions
|
@ -1147,10 +1147,10 @@ class SX126x: public PhysicalLayer {
|
|||
int16_t getModem(ModemType_t* modem) override;
|
||||
|
||||
/*! \copydoc PhysicalLayer::stageMode */
|
||||
int16_t stageMode(RadioModeType_t mode, RadioModeConfig_t cfg);
|
||||
int16_t stageMode(RadioModeType_t mode, RadioModeConfig_t cfg) override;
|
||||
|
||||
/*! \copydoc PhysicalLayer::launchMode */
|
||||
int16_t launchMode();
|
||||
int16_t launchMode() override;
|
||||
|
||||
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue