mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 17:27:39 +00:00
Add complex32_t type.
This commit is contained in:
@@ -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__*/
|
||||
|
Reference in New Issue
Block a user