15 lines
173 B
C
15 lines
173 B
C
#ifndef __PRODNAME_H__
|
|
#define __PRODNAME_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define PRODUCT_NAME "ECM" //
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // __PRODNAME_H__
|