[GitHub] [mynewt-mcumgr] greg-leach commented on a change in pull request #112: Bug #18312 Add support for half-floats to MCUMGR

2021-02-16 Thread GitBox
greg-leach commented on a change in pull request #112: URL: https://github.com/apache/mynewt-mcumgr/pull/112#discussion_r576629784 ## File path: cborattr/src/cborattr.c ## @@ -67,6 +67,11 @@ valid_attr_type(CborType ct, CborAttrType at) } break; #if

[GitHub] [mynewt-mcumgr] greg-leach commented on a change in pull request #112: Bug #18312 Add support for half-floats to MCUMGR

2021-02-16 Thread GitBox
greg-leach commented on a change in pull request #112: URL: https://github.com/apache/mynewt-mcumgr/pull/112#discussion_r576629119 ## File path: cborattr/include/cborattr/cborattr.h ## @@ -85,6 +86,9 @@ struct cbor_array_t { struct { double *store;