Fix quantum ring_buffer for ChibiOS (#19683)

This commit is contained in:
Joel Challis 2023-01-28 21:07:51 +00:00 committed by GitHub
parent 832479c7fb
commit 8cc2e0e906
Failed to generate hash of commit
3 changed files with 22 additions and 7 deletions

View file

@ -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