diff options
| author | Joel Challis <git@zvecr.com> | 2023-01-28 21:07:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 21:07:51 +0000 |
| commit | 8cc2e0e906dd8caadd8198839f57c19deea6c87e (patch) | |
| tree | d0d72674a0ab074ff8a774ce66d028a6dbe96f73 /quantum/ring_buffer.h | |
| parent | 832479c7fbc544a3e8b305af7df9996fa3c5ba00 (diff) | |
Fix quantum ring_buffer for ChibiOS (#19683)
Diffstat (limited to 'quantum/ring_buffer.h')
| -rw-r--r-- | quantum/ring_buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/ring_buffer.h b/quantum/ring_buffer.h index 85419de11b..54b2bfffd1 100644 --- a/quantum/ring_buffer.h +++ b/quantum/ring_buffer.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include <util/atomic.h> | ||
| 4 | #include <stdint.h> | 3 | #include <stdint.h> |
| 5 | #include <stdbool.h> | 4 | #include <stdbool.h> |
| 5 | #include "atomic_util.h" | ||
| 6 | 6 | ||
| 7 | #ifndef RBUF_SIZE | 7 | #ifndef RBUF_SIZE |
| 8 | # define RBUF_SIZE 32 | 8 | # define RBUF_SIZE 32 |
