handler fix

This commit is contained in:
herbglitch 2022-11-03 19:55:56 -06:00
parent 206b232935
commit 9c12ebb0f8
4 changed files with 8 additions and 7 deletions

View file

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