mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-28 11:12:26 -04:00
Extract complex16_mag_squared_to_dbv_norm to utility.
This commit is contained in:
parent
d855336985
commit
efaf13d2d1
3 changed files with 10 additions and 7 deletions
|
@ -65,6 +65,8 @@ static inline void clear_m4_flag_saturation() {
|
|||
|
||||
#endif
|
||||
|
||||
float complex16_mag_squared_to_dbv_norm(const float c16_mag_squared);
|
||||
|
||||
/* Override new/delete to use Chibi/OS heap functions */
|
||||
/* NOTE: Do not inline these, it doesn't work. ;-) */
|
||||
void* operator new(size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue