Added missing godmode guard
This commit is contained in:
parent
915f3780cc
commit
e74cbe4c51
1 changed files with 21 additions and 19 deletions
|
@ -88,7 +88,9 @@ class <module_name> {
|
|||
All implemented methods SHOULD return the status as int16_t type.
|
||||
*/
|
||||
|
||||
#ifndef RADIOLIB_GODMODE
|
||||
private:
|
||||
#endif
|
||||
/*
|
||||
The class MUST contain private member "Module* _mod"
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue