mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 00:27:40 +00:00
Small correction,of previous PR , about New_Feature_GCC_10_Compile_errors_#199 (based on sharebrained indications)
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
#ifndef __SPECTRUM_COLLECTOR_H__
|
||||
#define __SPECTRUM_COLLECTOR_H__
|
||||
|
||||
#define ARRAY_ELEMENTS(x) (sizeof(x) / sizeof(x[0]))
|
||||
/* sizeof() compile-time operator that returns #bytes of (data type). We used it to get #elements_array */
|
||||
|
||||
#include "dsp_types.hpp"
|
||||
#include "complex.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user