11 lines
265 B
C
11 lines
265 B
C
#ifndef VESSEL_CONF_H_
|
|
#define VESSEL_CONF_H_
|
|
|
|
#define VS_VESSEL_CONF_HERE()
|
|
|
|
/* Please place your configuration macros here. This header is included
|
|
* everywhere. Feel free to substitute ^VESSEL_CONF_HERE()$ */
|
|
|
|
VS_VESSEL_CONF_HERE()
|
|
|
|
#endif /* VESSEL_CONF_H_ */
|