mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
ArduPPM: fixed paths for includes
this allows it to build on linux/macos
This commit is contained in:
parent
9ea0fc9539
commit
5aa962c880
@ -35,7 +35,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Arduino-usbserial.h"
|
#include "Arduino-usbserial.h"
|
||||||
#include "..\..\..\Libraries\ppm_encoder.h"
|
#include "../../../Libraries/PPM_Encoder.h"
|
||||||
|
|
||||||
|
|
||||||
/** Circular buffer to hold data from the host before it is sent to the device via the serial port. */
|
/** Circular buffer to hold data from the host before it is sent to the device via the serial port. */
|
||||||
|
Loading…
Reference in New Issue
Block a user