mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
ringbuffer: update header file
The header file was not in source with the source file.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace ringbuffer __EXPORT
|
||||
class RingBuffer
|
||||
{
|
||||
public:
|
||||
RingBuffer(unsigned ring_size, size_t entry_size);
|
||||
RingBuffer(unsigned num_items, size_t item_size);
|
||||
virtual ~RingBuffer();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user