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.
This commit is contained in:
parent
17d06b8494
commit
f547eb3608
5 changed files with 35 additions and 18 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue