summaryrefslogtreecommitdiff
path: root/controller/fw/src/rscode-config.h
blob: ea5183b39ef43b7a42f55ecd440196c0b9d53f6f (plain)
1
2
3
4
5
6
7
8
/* Config header for reed-solomon library */

#ifndef __RSCODE_CONFIG_H__
#define __RSCODE_CONFIG_H__

#define NPAR 10

#endif /* __RSCODE_CONFIG_H__ */