RISC-V/V203F6P6/disco/config.h

8 lines
139 B
C
Raw Normal View History

2025-02-11 14:22:40 +01:00
#ifndef _CONFIG_H
#define _CONFIG_H
static constexpr int FFTORDER = 8;
static constexpr unsigned FIFOLEN = 8u;
#endif // _CONFIG_H