diff options
Diffstat (limited to 'reset-controller/fw/src/rscode-config.h')
-rw-r--r-- | reset-controller/fw/src/rscode-config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/reset-controller/fw/src/rscode-config.h b/reset-controller/fw/src/rscode-config.h new file mode 100644 index 0000000..ea5183b --- /dev/null +++ b/reset-controller/fw/src/rscode-config.h @@ -0,0 +1,8 @@ +/* Config header for reed-solomon library */ + +#ifndef __RSCODE_CONFIG_H__ +#define __RSCODE_CONFIG_H__ + +#define NPAR 10 + +#endif /* __RSCODE_CONFIG_H__ */ |