Browse Source

ArduPPM: fixed paths for includes

this allows it to build on linux/macos
mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
5aa962c880
  1. 2
      Tools/ArduPPM/ATMega32U2/Projects/arduino-usbserial/Arduino-usbserial.c

2
Tools/ArduPPM/ATMega32U2/Projects/arduino-usbserial/Arduino-usbserial.c

@ -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…
Cancel
Save