hexagon: fix editor config check

This commit is contained in:
Max Krasnyansky 2026-02-06 19:36:39 -08:00
parent 2f6c19c39d
commit 5ff7954ecb
2 changed files with 5 additions and 4 deletions

View File

@ -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;
} }