osd-contiki/apps/er-coap-03
Mariano Alvira 4dd29cca64 er-13 has changed the type of notify_subscribers counter to int32_t
from uint16_t which breaks builds of WITH_COAP=3 or 7.

This patch changes the 03 and 07 engine to int32_t.

An alternate fix would be to switch out the type in erbuim.h based on
WITH_COAP.

Or, maybe better, would be to drop old COAP versions.
2013-03-11 16:49:52 -04:00
..
er-coap-03-engine.c Fixed legacy CoAP versions. 2013-02-13 19:22:21 +01:00
er-coap-03-engine.h Added Erbium REST engine with new CoAP implementation 2011-09-14 16:33:01 +02:00
er-coap-03-observing.c er-13 has changed the type of notify_subscribers counter to int32_t 2013-03-11 16:49:52 -04:00
er-coap-03-observing.h er-13 has changed the type of notify_subscribers counter to int32_t 2013-03-11 16:49:52 -04:00
er-coap-03-transactions.c Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory. 2012-02-21 08:33:25 -05:00
er-coap-03-transactions.h Added Erbium REST engine with new CoAP implementation 2011-09-14 16:33:01 +02:00
er-coap-03.c Fixed legacy CoAP versions. 2013-02-13 19:22:21 +01:00
er-coap-03.h Fixed legacy CoAP versions. 2013-02-13 19:22:21 +01:00
Makefile.er-coap-03 Added Erbium REST engine with new CoAP implementation 2011-09-14 16:33:01 +02:00