handler fix
This commit is contained in:
parent
206b232935
commit
9c12ebb0f8
4 changed files with 8 additions and 7 deletions
|
|
@ -30,8 +30,9 @@ typedef void (* ARC_Handler_CleanDataFn)(void *data);
|
|||
* @brief creates ARC_Handler type
|
||||
*
|
||||
* @param config ARC_Handler to initialize
|
||||
* @param dataSize size of type the handler will use
|
||||
*/
|
||||
void ARC_Handler_Create(ARC_Handler **handler);
|
||||
void ARC_Handler_Create(ARC_Handler **handler, uint32_t dataSize);
|
||||
|
||||
/**
|
||||
* @brief destroyes ARC_Handler type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue