Added missing godmode guard

This commit is contained in:
jgromes 2019-11-20 17:21:43 +01:00
parent 915f3780cc
commit e74cbe4c51

View file

@ -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"
*/