mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
This commit is contained in:
@@ -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)
|
||||
{
|
||||
illerr("ERROR: Failed to queue work: %d\n", ret);
|
||||
ierr("ERROR: Failed to queue work: %d\n", ret);
|
||||
}
|
||||
|
||||
/* Clear any pending interrupts and return success */
|
||||
|
||||
Reference in New Issue
Block a user