mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-13 05:23:41 +00:00
Add complex32_t type.
This commit is contained in:
parent
dc86db5b87
commit
ccc3402869
@ -30,5 +30,6 @@
|
||||
using buffer_c8_t = buffer_t<complex8_t>;
|
||||
using buffer_c16_t = buffer_t<complex16_t>;
|
||||
using buffer_s16_t = buffer_t<int16_t>;
|
||||
using buffer_c32_t = buffer_t<complex32_t>;
|
||||
|
||||
#endif/*__DSP_TYPES_H__*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user