From f547eb36080dacf275cd94fc3ddfb4c618c587fa Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 25 Aug 2009 14:30:42 +0000 Subject: Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled size. Fixed Programmer's Notepad project file to reflect new location of AVRISP project. --- Projects/AVRISP/AVRISP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/AVRISP') diff --git a/Projects/AVRISP/AVRISP.c b/Projects/AVRISP/AVRISP.c index d4ae910f6..ce16aebfa 100644 --- a/Projects/AVRISP/AVRISP.c +++ b/Projects/AVRISP/AVRISP.c @@ -84,7 +84,7 @@ void SetupHardware(void) ADC_StartReading(VTARGET_ADC_CHANNEL | ADC_RIGHT_ADJUSTED | ADC_REFERENCE_AVCC); #endif - /* Millisecond timer initialization for timeout checking */ + /* Millisecond timer initialization for timeouts and delays */ OCR0A = ((F_CPU / 64) / 1000); TCCR0A = (1 << WGM01); TCCR0B = ((1 << CS01) | (1 << CS00)); -- cgit v1.2.3