diff options
Diffstat (limited to 'tests/unit/stubs/esp_http_server.h')
| -rw-r--r-- | tests/unit/stubs/esp_http_server.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unit/stubs/esp_http_server.h b/tests/unit/stubs/esp_http_server.h new file mode 100644 index 0000000..22a5624 --- /dev/null +++ b/tests/unit/stubs/esp_http_server.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef STUBS_ESP_HTTP_SERVER_H | ||
| 2 | #define STUBS_ESP_HTTP_SERVER_H | ||
| 3 | |||
| 4 | #include "esp_err.h" | ||
| 5 | #include <stdint.h> | ||
| 6 | |||
| 7 | typedef void *httpd_handle_t; | ||
| 8 | typedef struct httpd_req httpd_req_t; | ||
| 9 | |||
| 10 | #endif | ||