mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +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:
@@ -102,16 +102,3 @@ int user_start(int argc, char *argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* uip_log
|
||||
****************************************************************************/
|
||||
|
||||
void uip_log(char *m)
|
||||
{
|
||||
/* Since uip_log is called from interrupt handling logic, it cannot use
|
||||
* or other standard I/O. This should work from an interrupt handler:
|
||||
*/
|
||||
|
||||
lib_rawprintf("uIP log message: %s\n", m);
|
||||
}
|
||||
|
||||
@@ -208,15 +208,6 @@ int user_start(int argc, char *argv[])
|
||||
return 0;
|
||||
}
|
||||
|
||||
void uip_log(char *m)
|
||||
{
|
||||
/* Since uip_log is called from interrupt handling logic, it cannot use
|
||||
* or other standard I/O. This should work from an interrupt handler:
|
||||
*/
|
||||
|
||||
lib_rawprintf("uIP log message: %s\n", m);
|
||||
}
|
||||
|
||||
#if defined(CONFIG_EXAMPLE_UIP_WEBCLIENT)
|
||||
void webclient_closed(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user