hexagon: fix editor config check
This commit is contained in:
parent
2f6c19c39d
commit
5ff7954ecb
|
|
@ -5,8 +5,8 @@
|
||||||
#include <HAP_farf.h>
|
#include <HAP_farf.h>
|
||||||
#include <HAP_perf.h>
|
#include <HAP_perf.h>
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#include "hex-dma.h"
|
#include "hex-dma.h"
|
||||||
#include "hvx-utils.h"
|
#include "hvx-utils.h"
|
||||||
|
|
@ -112,3 +112,4 @@ int op_sum_rows(struct htp_ops_context * octx) {
|
||||||
|
|
||||||
return HTP_STATUS_OK;
|
return HTP_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue