Correct commented setup call in module template
This commit is contained in:
parent
d0fff1df07
commit
4265afd31d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ void setup() {
|
|||
// Puzzle: a module that must be solved
|
||||
obus_module::setup(OBUS_TYPE_PUZZLE, /* Retrieve ID from MOANA */);
|
||||
// Needy: a module that periodically requires an action not to get strikes
|
||||
// obusmodule_init(OBUS_TYPE_NEEDY, /* Retrieve ID from MOANA */);
|
||||
// obus_module::setup(OBUS_TYPE_NEEDY, /* Retrieve ID from MOANA */);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue