11 lines
277 B
C
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_ */
|