Skip to content

Commit

Permalink
Merge branch 'docs/test_utils_no_butter' into 'master'
Browse files Browse the repository at this point in the history
docs: heap records are not eatable!

See merge request espressif/esp-idf!21303
  • Loading branch information
0xjakob committed Nov 29, 2022
2 parents 2f23825 + cb20f3b commit f2dfe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/unity/include/unity_test_utils_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void unity_utils_evaluate_leaks(void);
/**
* @brief Helper function to setup and initialize heap tracing.
*
* @param num_heap_records the size of the heap record butter,
* @param num_heap_records the size of the heap record buffer,
* counted in number of heap record elements (heap_trace_record_t).
* Use a default value of 80 if no special requirements need to be met.
*/
Expand Down

0 comments on commit f2dfe2b

Please sign in to comment.