mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-06 09:56:38 +00:00
Minor: source code layout
This commit is contained in:
parent
cc1e9370af
commit
9632632b85
@ -330,7 +330,8 @@ raw_remove(struct raw_pcb *pcb)
|
|||||||
* @see raw_remove()
|
* @see raw_remove()
|
||||||
*/
|
*/
|
||||||
struct raw_pcb *
|
struct raw_pcb *
|
||||||
raw_new(u8_t proto) {
|
raw_new(u8_t proto)
|
||||||
|
{
|
||||||
struct raw_pcb *pcb;
|
struct raw_pcb *pcb;
|
||||||
|
|
||||||
LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE, ("raw_new\n"));
|
LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE, ("raw_new\n"));
|
||||||
|
Loading…
Reference in New Issue
Block a user