Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories.
This commit is contained in:
parent
31d7194252
commit
26bc1f3cfd
8 changed files with 23 additions and 20 deletions
|
@ -40,8 +40,10 @@
|
|||
#include <avr/io.h>
|
||||
#include <util/delay.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "V2Protocol.h"
|
||||
#include "../V2Protocol.h"
|
||||
#include "PDITarget.h"
|
||||
#include "XMEGANVM.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue