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

6 lines
72 B
C
Executable File

#ifndef API_H_
#define API_H_
void api_init(void);
#endif /* API_H_ */