Merge pull request #2 from hefloryd/refactor

fix esc_hw relative include path
pull/4/head
Hans-Erik Floryd 2015-05-27 12:09:59 +02:00
commit 408bc14331
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>