This commit is contained in:
Carl-Benedikt Krüger 2011-08-02 16:39:04 +02:00
parent e474cd4fe6
commit eb25d1cecc

View file

@ -156,8 +156,8 @@ int network_init(void)
#endif
// start echo and ping server
echo_init();
ping_init();
// echo_init();
// ping_init();
#endif
return 0;