mirror of
https://github.com/apache/nuttx.git
synced 2026-08-23 06:28:45 +00:00
Fix yet more typos from the last commits
This commit is contained in:
parent
801d661423
commit
a63072d080
1 changed files with 2 additions and 2 deletions
|
|
@ -2042,7 +2042,7 @@ static inline void stm32_interrupt_process(FAR struct stm32_ethmac_s *priv)
|
|||
{
|
||||
/* Just let the user know what happened */
|
||||
|
||||
nllnerr("ERROR: Abormal event(s): %08x\n", dmasr);
|
||||
nllerr("ERROR: Abormal event(s): %08x\n", dmasr);
|
||||
|
||||
/* Clear all pending abnormal events */
|
||||
|
||||
|
|
@ -2246,7 +2246,7 @@ static void stm32_txtimeout_expiry(int argc, uint32_t arg, ...)
|
|||
{
|
||||
FAR struct stm32_ethmac_s *priv = (FAR struct stm32_ethmac_s *)arg;
|
||||
|
||||
nllnerr("ERROR: Timeout!\n");
|
||||
nllerr("ERROR: Timeout!\n");
|
||||
|
||||
#ifdef CONFIG_NET_NOINTS
|
||||
/* Disable further Ethernet interrupts. This will prevent some race
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue