- Add NDT_Root pointer to NDT_Allocator & NDT_Deallocator functions,

- API Break!
This commit is contained in:
2024-05-03 00:24:51 +02:00
parent e919b5d83c
commit c52ced19c5
4 changed files with 42 additions and 30 deletions

View File

@@ -182,7 +182,7 @@ typedef struct
NDT_Index_Type idx_type_tab[INDEX_NB];
NDT_Index_Type idx_type_tab[ INDEX_NB];
NDT_Index_Type idx_type_fifo = NDD_INDEX_STATUS_OPENED | NDD_INDEX_TYPE_LIST | NDD_INDEX_SUBTYPE_FIFO;