Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories.
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
|
||||
#include "V2Protocol.h"
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "../V2Protocol.h"
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
|
||||
|
||||
Reference in New Issue
Block a user