#ifndef _CONFIG_H #define _CONFIG_H static constexpr int FFTORDER = 8; static constexpr unsigned FIFOLEN = 8u; #endif // _CONFIG_H