rtl8710_Raw_Packets/project/inc/user/http_server.h

15 lines
213 B
C
Raw Normal View History

2017-05-16 01:59:48 +00:00
/*
* http_server.h
*
* Created on: Feb 20, 2017
* Author: user003
*/
#ifndef HTTP_SERVER_H_
#define HTTP_SERVER_H_
void GpioLedInit(void);
void websocketBcast(void *arg);
#endif /* HTTP_SERVER_H_ */