mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn().
This commit is contained in:
@@ -2473,7 +2473,7 @@ static int enc_reset(FAR struct enc_driver_s *priv)
|
||||
{
|
||||
uint8_t regval;
|
||||
|
||||
nllwarn("WARNING: Reset\n");
|
||||
nwarn("WARNING: Reset\n");
|
||||
|
||||
/* Configure SPI for the ENC28J60 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user