Fork of KL46Z Wifi version. Moved to KL25Z as umbrella stand now requires 2 SPIs, thus requires 46z.

Dependencies:   WIZnet_Library_ASE mbed nanoservice_client_1_12

Fork of Trenton_Doormat_FRDM-KL25Z_ETH by Eric Gowland

Revision:
17:8ca4a5801430
Parent:
16:3fb612af0dc5
--- a/nsdl_support.h	Fri Apr 04 15:17:07 2014 +0000
+++ b/nsdl_support.h	Mon Apr 07 09:29:11 2014 +0000
@@ -19,6 +19,5 @@
 sn_nsdl_ep_parameters_s* nsdl_init_register_endpoint(sn_nsdl_ep_parameters_s *endpoint_structure, uint8_t* name, uint8_t* ypename_ptr, uint8_t *lifetime_ptr);
 void nsdl_clean_register_endpoint(sn_nsdl_ep_parameters_s **endpoint_structure);
 void nsdl_init();
-void nsdl_event_loop();
 
 #endif // NSDL_SUPPORT_H