fix esc_hw relative include path

pull/4/head^2
Hans-Erik Floryd 2015-05-27 12:06:08 +02:00
parent 904d5671ba
commit d6011bd76c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
* registers and memory.
*/
#include "../../../esc.h"
#include "../../esc.h"
#include <spi/spi.h>
#include <string.h>
#include <gpio.h>