mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
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:
parent
dabfeff440
commit
83cfaf4a59
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user