Browse Source

AP_HAL_VRBRAIN: standardize inclusion of libaries headers

Do the missing header changes due to changing the code before the pr
getting accepted.
master
Lucas De Marchi 10 years ago committed by Andrew Tridgell
parent
commit
c47df44f44
  1. 2
      libraries/AP_HAL_VRBRAIN/UARTDriver.cpp

2
libraries/AP_HAL_VRBRAIN/UARTDriver.cpp

@ -16,7 +16,7 @@ @@ -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>
using namespace VRBRAIN;

Loading…
Cancel
Save