Skip to content

Commit dea488d

Browse files
committed
add mli_mov functions to code section .mli_lib
1 parent 92d1b43 commit dea488d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/move/mli_mov_api.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include "mli_mov_private_types.h"
1818
#include "mli_types.h"
1919

20+
#pragma Code(".mli_lib")
21+
2022
// singleton for dma channel pool
2123
static mli_mov_dma_pool_t dma_pool = MLI_MOV_DMA_POOL_INIT;
2224

@@ -537,3 +539,4 @@ mli_status mli_mov_cfg_all(
537539
return retval;
538540
}
539541

542+
#pragma Code()

0 commit comments

Comments
 (0)