Commit 7f820d0
Update tiny_stack_allocator.c (#15)
* 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)];```
* Bump version
---------
Co-authored-by: Ryan Hartlage <ryanplusplus@gmail.com>1 parent 4db8147 commit 7f820d0
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| 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