Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone project.

This commit is contained in:
Dean Camera 2009-12-02 12:04:37 +00:00
parent 1ed6925b5b
commit 5930f47bf4
5 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@
* Target-related functions for the ISP Protocol decoder.
*/
#include "V2ProtocolTarget.h"
#include "ISPTarget.h"
/** Converts the given AVR Studio SCK duration parameter (set by a SET PARAM command from the host) to the nearest
* possible SPI clock prescaler mask for passing to the SPI_Init() routine.

View File

@ -48,7 +48,7 @@
#include "V2Protocol.h"
#include "V2ProtocolConstants.h"
#include "V2ProtocolTarget.h"
#include "ISPTarget.h"
/* Macros: */
/** Parameter privilege mask to allow the host PC to read the parameter's value */

View File

@ -129,8 +129,8 @@ SRC = $(TARGET).c \
Descriptors.c \
Lib/V2Protocol.c \
Lib/V2ProtocolParams.c \
Lib/V2ProtocolTarget.c \
Lib/ISPProtocol.c \
Lib/ISPTarget.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \