diff --git a/src/Akela/GhostInTheFirmware.cpp b/src/Akela/GhostInTheFirmware.cpp index 3a5d465a..2455019e 100644 --- a/src/Akela/GhostInTheFirmware.cpp +++ b/src/Akela/GhostInTheFirmware.cpp @@ -30,7 +30,7 @@ namespace Akela { void GhostInTheFirmware::begin (void) { - loop_hook_add (this->loopHook); + loop_hook_use (this->loopHook); } void