Files
chargeflow/components/protocols/include/rest.h
2025-06-06 21:17:25 +01:00

11 lines
116 B
C
Executable File

#ifndef REST_H_
#define REST_H_
/**
* @brief Init rest server
*
*/
void rest_init(void);
#endif /* REST_H_ */