mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 18:38:28 -04:00
ArduPPM: fixed paths for includes
this allows it to build on linux/macos
This commit is contained in:
parent
d9f32ce5b8
commit
6c13cf7eb0
@ -35,7 +35,7 @@
|
||||
*/
|
||||
|
||||
#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. */
|
||||
|
Loading…
Reference in New Issue
Block a user