safety-reset/reset-controller/fw/src/rscode-config.h
2021-04-09 18:38:57 +02:00

8 lines
153 B
C

/* Config header for reed-solomon library */
#ifndef __RSCODE_CONFIG_H__
#define __RSCODE_CONFIG_H__
#define NPAR 10
#endif /* __RSCODE_CONFIG_H__ */