HAL_Linux: use common RingBuffer.h
This commit is contained in:
parent
6fb00f4fc3
commit
4da0a24887
@ -5,6 +5,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <cstdio>
|
||||
#include "SPIUARTDriver.h"
|
||||
#include "../AP_HAL/utility/RingBuffer.h"
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <netinet/tcp.h>
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
#include "../AP_HAL/utility/RingBuffer.h"
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user