Contiki 3.x
|
Platform running in the host (Windows or Linux) environment. More...
Modules | |
Beeper interface | |
Functions | |
void | uip_log (char *m) |
Print out a uIP log message. More... | |
Platform running in the host (Windows or Linux) environment.
Used mainly for development and debugging.
void uip_log | ( | char * | msg | ) |
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.
Definition at line 306 of file contiki-main.c.