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 d9f32ce5b8
commit 6c13cf7eb0

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