Don't re-init coap connection

This commit is contained in:
Ralf Schlatterbeck 2015-01-27 16:04:07 +01:00
parent 058ae7bae3
commit 5ff9b7c989

View file

@ -168,7 +168,6 @@ PROCESS_THREAD(poti, ev, data)
rest_init_engine ();
SERVER_NODE (&server_ipaddr);
adc_init ();
coap_init_connection (0);
/* Activate the application-specific resources. */
#if PLATFORM_HAS_BATTERY