net: lwm2m: LwM2M object time resource update
Updated Timestamp resource default buffer type to time_t. Signed-off-by: Juha Heiskanen <juha.heiskanen@nordicsemi.no>
This commit is contained in:
parent
31bf99cbd2
commit
e1e2228e9c
4 changed files with 10 additions and 7 deletions
|
@ -65,7 +65,7 @@ static double test_float;
|
|||
static bool test_bool;
|
||||
static struct lwm2m_objlnk test_objlnk;
|
||||
static uint8_t test_opaque[TEST_OPAQUE_MAX_SIZE];
|
||||
static int64_t test_time;
|
||||
static time_t test_time;
|
||||
|
||||
static struct lwm2m_engine_obj_inst *test_obj_create(uint16_t obj_inst_id)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue