summaryrefslogtreecommitdiff
path: root/controller/fw/src/rscode-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'controller/fw/src/rscode-config.h')
-rw-r--r--controller/fw/src/rscode-config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/controller/fw/src/rscode-config.h b/controller/fw/src/rscode-config.h
new file mode 100644
index 0000000..922aca9
--- /dev/null
+++ b/controller/fw/src/rscode-config.h
@@ -0,0 +1,9 @@
+/* Config header for reed-solomon library */
+
+#ifndef __RSCODE_CONFIG_H__
+#define __RSCODE_CONFIG_H__
+
+#define NPAR 4
+#define NBITS 6
+
+#endif /* __RSCODE_CONFIG_H__ */