Rename *lldbg to *llerr

This commit is contained in:
Gregory Nutt
2016-06-11 14:55:27 -06:00
parent 86b79b33cf
commit e99301d7c2
646 changed files with 2688 additions and 2688 deletions
+1 -1
View File
@@ -783,7 +783,7 @@ static int tsc2007_interrupt(int irq, FAR void *context)
ret = work_queue(HPWORK, &priv->work, tsc2007_worker, priv, 0);
if (ret != 0)
{
illdbg("Failed to queue work: %d\n", ret);
illerr("Failed to queue work: %d\n", ret);
}
/* Clear any pending interrupts and return success */