Simplified XF 1.1.0
xf-config.h
1#ifndef XF_CONFIG_DEFAULT_H
2#define XF_CONFIG_DEFAULT_H
3
4#warning "You should provide your own 'xf-config.h' file in your project!"
5
6// If you need some inspiration on what to provide in the 'xf-config.h' file
7// please have a look onto the 'xf-config.h' files provided in the
8// XF test-bench tests.
9
10#endif // XF_CONFIG_DEFAULT_H