Replaced the CoAP server example with CoAP services. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
#include <zephyr/linker/iterable_sections.h>
|
|
|
|
ITERABLE_SECTION_RAM(coap_resource_coap_server, 4)
|