Skip to content

Commit

Permalink
pkg/wakaama/ipso_sensor: fix _exec_cb
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Nov 23, 2024
1 parent 902e996 commit 981a07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wakaama/contrib/objects/ipso_sensor_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ static uint8_t _read_cb(lwm2m_context_t * context, uint16_t instance_id, int * n
}

static uint8_t _exec_cb(lwm2m_context_t * context, uint16_t instance_id, uint16_t resource_id,
uint8_t * buffer, int length, lwm2m_object_t * object);
uint8_t * buffer, int length, lwm2m_object_t * object)
{
(void)context;
(void)buffer;
Expand Down

0 comments on commit 981a07c

Please sign in to comment.