diff --git a/include/dsp.h b/include/dsp.h index dc24c1693fc..b249926d737 100644 --- a/include/dsp.h +++ b/include/dsp.h @@ -56,6 +56,7 @@ /* Phase rotation direction */ +#define DIR_NONE (0.0f) #define DIR_CW (1.0f) #define DIR_CCW (-1.0f)