Adicionar primeiro
This commit is contained in:
10
components/protocols/include/rest.h
Executable file
10
components/protocols/include/rest.h
Executable file
@@ -0,0 +1,10 @@
|
||||
#ifndef REST_H_
|
||||
#define REST_H_
|
||||
|
||||
/**
|
||||
* @brief Init rest server
|
||||
*
|
||||
*/
|
||||
void rest_init(void);
|
||||
|
||||
#endif /* REST_H_ */
|
||||
Reference in New Issue
Block a user