Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc macro has been corrected in recent avr-libc versions
This commit is contained in:
commit
4a09da2098
66 changed files with 98 additions and 84 deletions
|
@ -37,10 +37,11 @@
|
|||
#define _AVRISP_PROGRAMMER_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <util/delay.h>
|
||||
#include <avr/io.h>
|
||||
#include <avr/wdt.h>
|
||||
#include <avr/interrupt.h>
|
||||
#include <avr/power.h>
|
||||
#include <util/delay.h>
|
||||
|
||||
#include "Descriptors.h"
|
||||
#include "RingBuff.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue