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:
Juha Heiskanen 2022-10-06 13:16:08 +03:00 committed by Carles Cufí
commit e1e2228e9c
4 changed files with 10 additions and 7 deletions

View file

@ -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)
{