mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Remove uIP logging
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@377 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -960,12 +960,4 @@ extern void uip_udpdisable(struct uip_udp_conn *conn);
|
||||
(in_addr_t)(dest) = (in_addr_t)(src) & (in_addr_t)(mask); \
|
||||
} while(0)
|
||||
|
||||
/* Print out a uIP log message.
|
||||
*
|
||||
* This function must be implemented by the module that uses uIP, and
|
||||
* is called by uIP whenever a log message is generated.
|
||||
*/
|
||||
|
||||
extern void uip_log(char *msg);
|
||||
|
||||
#endif /* __NET_UIP_UIP_H */
|
||||
|
||||
Reference in New Issue
Block a user