Skip to content

Commit

Permalink
Update components/mdns/tests/test_afl_fuzz_host/esp32_mock.h
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 61dac29 commit d442cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/mdns/tests/test_afl_fuzz_host/esp32_mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ esp_err_t esp_event_handler_unregister(const char *event_base, int32_t event_id,
TaskHandle_t xTaskGetCurrentTaskHandle(void);
void xTaskNotifyGive(TaskHandle_t task);
BaseType_t xTaskNotifyWait(uint32_t bits_entry_clear, uint32_t bits_exit_clear, uint32_t *value, TickType_t wait_time );
void *heap_caps_malloc( size_t size, uint32_t caps);
void heap_caps_free( void *ptr);
void *heap_caps_malloc(size_t size, uint32_t caps);
void heap_caps_free(void *ptr);

#endif //_ESP32_COMPAT_H_

0 comments on commit d442cf9

Please sign in to comment.