From b8d9ad16d1c3293d9d021693534c4ba410064ff6 Mon Sep 17 00:00:00 2001 From: Johny Mattsson Date: Fri, 3 Jun 2016 12:42:03 +1000 Subject: [PATCH] Fixed wrong macro usage. --- app/modules/tmr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/tmr.c b/app/modules/tmr.c index 3ee63cb6..aa2ff21e 100755 --- a/app/modules/tmr.c +++ b/app/modules/tmr.c @@ -119,7 +119,7 @@ static void run_callback (task_param_t arg, task_prio_t prio) static void alarm_timer_common(void* arg) { if (!task_post_medium (callback_task, (task_param_t)arg)) - NODE_ERROR("ERROR: lost timer callback!"); + NODE_ERR("ERROR: lost timer callback!"); } // Lua: tmr.delay( us )