forked from mirrors/qmk_userspace
Fix quantum ring_buffer for ChibiOS (#19683)
This commit is contained in:
parent
832479c7fb
commit
8cc2e0e906
3 changed files with 22 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <util/atomic.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "atomic_util.h"
|
||||
|
||||
#ifndef RBUF_SIZE
|
||||
# define RBUF_SIZE 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue