Skip to content

Commit

Permalink
examples/lte_lwm2m: Correct define name
Browse files Browse the repository at this point in the history
Correct define name from MEMORY_TRACE to LWM2M_MEMORY_TRACE.
  • Loading branch information
SPRESENSE committed Dec 17, 2021
1 parent 1a1fd75 commit efa014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lte_lwm2m/lwm2mclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ int main(int argc, char FAR *argv[])
free_object_conn_s(objArray[7]);
acl_ctrl_free_object(objArray[8]);

#ifdef MEMORY_TRACE
#ifdef LWM2M_MEMORY_TRACE
if (g_quit == 1)
{
trace_print(0, 1);
Expand Down

0 comments on commit efa014f

Please sign in to comment.