HAL_Linux: use common RingBuffer.h

This commit is contained in:
Andrew Tridgell 2015-01-07 08:09:03 +11:00
parent 6fb00f4fc3
commit 4da0a24887
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <cstdio>
#include "SPIUARTDriver.h"
#include "../AP_HAL/utility/RingBuffer.h"
extern const AP_HAL::HAL& hal;

View File

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