Correct commented setup call in module template

This commit is contained in:
Midgard 2020-08-31 12:55:02 +02:00
parent d0fff1df07
commit 4265afd31d
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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 */);
}