diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
| commit | 89418faafd87cbbf0b36bc8bf916904a170073f6 (patch) | |
| tree | ea5b619a973ad83715de82a432565fba988a535f /docs/application/buffer.md | |
| parent | 20a19f433956f063d8048f032aaf5dcce1d61e7c (diff) | |
use gnu23
Diffstat (limited to 'docs/application/buffer.md')
| -rw-r--r-- | docs/application/buffer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/buffer.md b/docs/application/buffer.md index f8dff41..4580fec 100644 --- a/docs/application/buffer.md +++ b/docs/application/buffer.md @@ -6,7 +6,7 @@ ```c typedef struct _kpl_buffer { - POOL_HEADER(_kpl_buffer); + KPL_POOL_HEADER(_kpl_buffer); uint32_t byte_length; kpl_interface *interface; uint8_t bytes[]; |
