Commit 8a640c4
authored
Update tiny_stack_allocator.c
I am trying to use this as a library for esphome I think this will fix an error I'm getting
```
src/tiny_stack_allocator.c:16:5: error: unknown type name 'max_align_t'
max_align_t data[max(_size, sizeof(max_align_t)) / sizeof(max_align_t)];```1 parent 4db8147 commit 8a640c4
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments