mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 20:24:13 -04:00
Add complex32_t type.
This commit is contained in:
parent
dc86db5b87
commit
ccc3402869
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue