Skip to content

Commit

Permalink
Update components/mdns/tests/test_afl_fuzz_host/esp32_mock.c
Browse files Browse the repository at this point in the history
Co-authored-by: Zhangwx <[email protected]>
  • Loading branch information
david-cermak and zwx1995esp authored Feb 10, 2025
1 parent db73864 commit 61dac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mdns/tests/test_afl_fuzz_host/esp32_mock.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ uint32_t esp_log_timestamp(void)
return 0;
}

void *heap_caps_malloc( size_t size, uint32_t caps)
void *heap_caps_malloc(size_t size, uint32_t caps)
{
return malloc(size);
}
Expand Down

0 comments on commit 61dac29

Please sign in to comment.