Merge pull request #3192 from kaspar030/fix_hwtimer_warning
core: hwtimer: fix debug message newline
This commit is contained in:
commit
ed5b960928
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user