[PHY] Add missing virtual specifiers
This commit is contained in:
parent
557d2bfcfa
commit
2b021d3e67
1 changed files with 2 additions and 2 deletions
|
@ -740,13 +740,13 @@ class PhysicalLayer {
|
|||
\param cfg Confioguration of this mode (mode-dependent).
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
int16_t stageMode(RadioModeType_t mode, RadioModeConfig_t cfg);
|
||||
virtual int16_t stageMode(RadioModeType_t mode, RadioModeConfig_t cfg);
|
||||
|
||||
/*!
|
||||
\brief Launch previously staged mode.
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
int16_t launchMode();
|
||||
virtual int16_t launchMode();
|
||||
|
||||
#if RADIOLIB_INTERRUPT_TIMING
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue