diff options
Diffstat (limited to 'code/ecp/config_fe310.h')
-rw-r--r-- | code/ecp/config_fe310.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/code/ecp/config_fe310.h b/code/ecp/config_fe310.h index fc95c26..ff61012 100644 --- a/code/ecp/config_fe310.h +++ b/code/ecp/config_fe310.h @@ -1 +1,6 @@ -#define ECP_DEBUG 1
\ No newline at end of file +#ifndef _ECP_CONFIG +#define _ECP_CONFIG + +#define ECP_DEBUG 1 + +#endif
\ No newline at end of file |