AP_HAL_PX4: standardize inclusion of libaries headers

Do the missing header changes due to changing the code before the pr
getting accepted.
This commit is contained in:
Lucas De Marchi 2015-08-15 19:51:32 -03:00 committed by Andrew Tridgell
parent dabfeff440
commit 83cfaf4a59
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include <termios.h>
#include <drivers/drv_hrt.h>
#include <assert.h>
#include "../AP_HAL/utility/RingBuffer.h"
#include <AP_HAL/utility/RingBuffer.h>
#include "GPIO.h"
using namespace PX4;