Nespresso coffee demo working on the Arch Pro

Dependencies:   EthernetInterface mbed-rtos mbed nsdl rgb_sensor_buffer

Fork of mbed_nsdl by Nespresso RGB Sensor

Revision:
5:cb0df4fbe7a1
Parent:
4:ab3c8d25260e
Child:
9:9d5b0c43579b
Child:
12:ad05fe84b4ff
--- a/nsdl_support.cpp	Mon Jul 14 10:45:33 2014 +0000
+++ b/nsdl_support.cpp	Mon Jul 14 12:34:16 2014 +0000
@@ -76,6 +76,8 @@
         endpoint_structure->type_len =  strlen((char*)typename_ptr);
         endpoint_structure->lifetime_ptr = lifetime_ptr;
         endpoint_structure->lifetime_len =  strlen((char*)lifetime_ptr);
+        endpoint_structure->binding_type_ptr = (uint8_t *)"UQ";
+        endpoint_structure->binding_type_len = strlen((char *) endpoint_structure->binding_type_ptr);
     }
     return endpoint_structure;
 }