From 99145a8d7c88d9af065cfb7f5e8507d5b65ff811 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 26 Feb 2009 05:48:47 +0000 Subject: Makefiles and library modified to add a new F_CLOCK constant to give the unprescaled master input clock frequency, so that the correct PLL mask can be determined even when the CPU (F_CPU) clock rate is prescaled outside the normal input range of the PLL. Started to clean up the AVRISP Programmer project code, donated by Opendous Inc. --- Projects/AVRISP_Programmer/AVRISP_Programmer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/AVRISP_Programmer/AVRISP_Programmer.h') diff --git a/Projects/AVRISP_Programmer/AVRISP_Programmer.h b/Projects/AVRISP_Programmer/AVRISP_Programmer.h index e78ba2935..4c98d6bf3 100644 --- a/Projects/AVRISP_Programmer/AVRISP_Programmer.h +++ b/Projects/AVRISP_Programmer/AVRISP_Programmer.h @@ -37,6 +37,7 @@ #define _AVRISP_PROGRAMMER_H_ /* Includes: */ + #include #include #include #include @@ -189,6 +190,5 @@ void ReconfigureSPI(void); void UpdateStatus(uint8_t CurrentStatus); void processHostSPIRequest(void); - void delay_ms(uint8_t dly); #endif -- cgit v1.2.3