aboutsummaryrefslogtreecommitdiff
path: root/include/http_server.h
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-12-01 22:44:20 -0700
committerJosh Rahm <joshuarahm@gmail.com>2022-12-01 22:44:20 -0700
commit10a5077234e9b76dc100b9029a9e2d71801e7242 (patch)
tree13e42a3c91f1672c6ce7b6daba776366aa71ef85 /include/http_server.h
parent05e3f6bb7293c771629c7b3599392c8f335e7dd8 (diff)
downloadesp32-ws2812b-main.tar.gz
esp32-ws2812b-main.tar.bz2
esp32-ws2812b-main.zip
Run clang-formatHEADmain
Diffstat (limited to 'include/http_server.h')
-rw-r--r--include/http_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http_server.h b/include/http_server.h
index 578b561..ac37017 100644
--- a/include/http_server.h
+++ b/include/http_server.h
@@ -2,8 +2,9 @@
#ifndef HTTP_SERVER_H_
#define HTTP_SERVER_H_
-#include <esp_log.h>
#include <esp_http_server.h>
+#include <esp_log.h>
+
#include "ws2812b_writer.h"
httpd_handle_t start_webserver(ws_params_t* params);