mirror of
https://github.com/apache/nuttx.git
synced 2026-08-30 05:40:37 +00:00
Update ChangeLog
This commit is contained in:
parent
8651e0f2ca
commit
d0e4df9931
2 changed files with 6 additions and 1 deletions
|
|
@ -10963,4 +10963,8 @@
|
|||
standard shutdown function. This provides only the framework for
|
||||
the shutdown function; the internal logic is not included
|
||||
(2015-09-09).
|
||||
* configs/nucleo-f303re: Support for the STMicro Nucleo F303ERE board
|
||||
from Paul Alexander Patience (2014-09-10).
|
||||
* arch/arm/src/lpc43xx/lpc32_ehci.c and .h: LPC43xx EHCI driver from
|
||||
Ilya Averyanov (2015-09-10).
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,8 @@
|
|||
|
||||
int shutdown(int sockfd, int how)
|
||||
{
|
||||
#warning Missing Logic
|
||||
/* REVISIT: Not implemented. */
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue