diff --git a/core/hwtimer.c b/core/hwtimer.c index cfe48086cc..b1bba3a2be 100644 --- a/core/hwtimer.c +++ b/core/hwtimer.c @@ -159,7 +159,7 @@ static int _hwtimer_set(unsigned long offset, void (*callback)(void*), void *ptr if (n == -1) { restoreIRQ(state); - LOG_WARNING("No hwtimer left."); + LOG_WARNING("No hwtimer left.\n"); return -1; }