Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc macro has been corrected in recent avr-libc versions

This commit is contained in:
Dean Camera 2009-03-09 12:28:50 +00:00
commit 4a09da2098
66 changed files with 98 additions and 84 deletions

View file

@ -41,6 +41,7 @@
#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/interrupt.h>
#include <avr/power.h>
#include <stdbool.h>
#include <string.h>