You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
231 B

3 years ago
  1. #pragma once
  2. #include "freertos/FreeRTOS.h"
  3. #include "freertos/queue.h"
  4. #include "freertos/task.h"
  5. #include "freertos/semphr.h"
  6. void register_httpd(const QueueHandle_t frame_i, const QueueHandle_t frame_o, const bool return_fb);