Skip to content
Snippets Groups Projects
Commit a75e25da authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

include "dsplib.h" in fixed_c5x.h

parent 23e82b26
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@
#ifndef FIXED_C5X_H
#define FIXED_C5X_H
#include "dsplib.h"
#undef MAX16
#define MAX16(a,b) _max(a,b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment