Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd295c11 authored by Eric Laurent's avatar Eric Laurent
Browse files

Fix the simulator build.

Fixes the sim build broken by commit 58d3bd08.

Change-Id: I5a63623363d558783dc5254fdd322080cc2f3525
parent 59073b15
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@

#include <stdio.h>
#include <stdint.h>
#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif

#define LOG_FFT_SIZE 10
#define MAX_FFT_SIZE (1 << LOG_FFT_SIZE)