Skip to content
Snippets Groups Projects
Commit 6c13cf7e authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

ArduPPM: fixed paths for includes

this allows it to build on linux/macos
parent d9f32ce5
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment