vessel/web/include/conf.h
Arija A. 7a848b778c
refact: Update formats of header guards.
Signed-off-by: Arija A. <ari@ari.lt>
2025-06-14 16:07:35 +03:00

11 lines
277 B
C

#ifndef VESSEL_WEB_CONF_H_
#define VESSEL_WEB_CONF_H_
#define VW_VESSEL_CONF_HERE()
/* Please place your configuration macros here. This header is included
* everywhere. Feel free to substitute ^VESSEL_CONF_HERE()$ */
VW_VESSEL_CONF_HERE()
#endif /* VESSEL_WEB_CONF_H_ */