ArduPPM: fixed paths for includes

this allows it to build on linux/macos
This commit is contained in:
Andrew Tridgell 2011-11-20 19:05:33 +11:00
parent 9ea0fc9539
commit 5aa962c880
1 changed files with 1 additions and 1 deletions

View File

@ -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. */