refactor(system): removed esp_system from astyle ignore list and reformated it

This commit is contained in:
Marius Vikhammer
2024-01-30 09:40:10 +08:00
parent da1d587667
commit 06850e0e1e
88 changed files with 734 additions and 808 deletions

View File

@@ -45,10 +45,9 @@ typedef void (*shared_stack_function)(void);
* be called using the current stack.
*/
void esp_execute_shared_stack_function(SemaphoreHandle_t lock,
void *stack,
size_t stack_size,
shared_stack_function function);
void *stack,
size_t stack_size,
shared_stack_function function);
#ifdef __cplusplus
}