[Hell] Made ctors explicit
This commit is contained in:
parent
02bb36e1af
commit
0c7f597b7f
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ class HellClient {
|
|||
|
||||
\param phy Pointer to the wireless module providing PhysicalLayer communication.
|
||||
*/
|
||||
HellClient(PhysicalLayer* phy);
|
||||
explicit HellClient(PhysicalLayer* phy);
|
||||
|
||||
#if !defined(RADIOLIB_EXCLUDE_AFSK)
|
||||
/*!
|
||||
|
@ -98,7 +98,7 @@ class HellClient {
|
|||
|
||||
\param audio Pointer to the AFSK instance providing audio.
|
||||
*/
|
||||
HellClient(AFSKClient* audio);
|
||||
explicit HellClient(AFSKClient* audio);
|
||||
#endif
|
||||
|
||||
// basic methods
|
||||
|
|
Loading…
Add table
Reference in a new issue