Fixed ring_buffer's linking problems
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2026 Hector van der Aa <hector@h3cx.dev>
|
||||
// Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
typedef struct ring_buffer_t {
|
||||
uint32_t buffer[256];
|
||||
|
||||
Reference in New Issue
Block a user