Update ChangeLog

This commit is contained in:
Gregory Nutt
2014-08-19 07:52:52 -06:00
parent 9662f1750c
commit a9ca05266b
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ int arp_wait(FAR struct arp_notify_s *notify, FAR struct timespec *timeout)
(void)arp_wait_cancel(notify);
/* Re-enable interrupts and return the result of the wait */
irqrestore(flags);
return ret;
}