aboutsummaryrefslogtreecommitdiff
path: root/include/tcp_server.h
blob: a14620873ae6a374c26b933e336b5101894e01e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#ifndef TCP_SERVER_H_
#define TCP_SERVER_H_

#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "ws2812b_writer.h"

portTASK_FUNCTION_PROTO(tcp_server, params);

#endif /* TCP_SERVER_H_ */