subsys/mgmt: Enabling mynewt-core version of tinycbor
This PR provides changes that are required after replacing Tinycbor with copy of source code from mynewt-core. The Tinycbor has been replaced with mynewt-core version to reduce maintenance effort; by replacing it the Zephy specific changes have been reduced to small patch over mynewt codebase. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
6492dcec6f
commit
08c8dc7e27
4 changed files with 6 additions and 27 deletions
|
@ -8,8 +8,8 @@
|
|||
#define ZEPHYR_INCLUDE_MGMT_BUF_H_
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "cbor_encoder_writer.h"
|
||||
#include "cbor_decoder_reader.h"
|
||||
#include "tinycbor/cbor.h"
|
||||
#include "tinycbor/cbor_buf_writer.h"
|
||||
struct net_buf;
|
||||
|
||||
struct cbor_nb_reader {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue