aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/RNDISEthernet/RNDISEthernet.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-09 12:28:50 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-09 12:28:50 +0000
commit4a09da20989dfe0c41dc1272fa6dce1e11539c15 (patch)
tree9bff8cf677ebfda3ac8d2c691dcb55543f765b6f /Demos/RNDISEthernet/RNDISEthernet.h
parentddd223fa35720e360daa08e6964f20c2fb625c27 (diff)
parentb0d9f961acfff498b7c4f2dc4a54ad9513d09a3b (diff)
downloadlufa-4a09da20989dfe0c41dc1272fa6dce1e11539c15.tar.gz
lufa-4a09da20989dfe0c41dc1272fa6dce1e11539c15.tar.bz2
lufa-4a09da20989dfe0c41dc1272fa6dce1e11539c15.zip
Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc macro has been corrected in recent avr-libc versions
Diffstat (limited to 'Demos/RNDISEthernet/RNDISEthernet.h')
-rw-r--r--Demos/RNDISEthernet/RNDISEthernet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/RNDISEthernet/RNDISEthernet.h b/Demos/RNDISEthernet/RNDISEthernet.h
index 4a0f3c183..83e49ce84 100644
--- a/Demos/RNDISEthernet/RNDISEthernet.h
+++ b/Demos/RNDISEthernet/RNDISEthernet.h
@@ -39,9 +39,10 @@
/* Includes: */
#include <avr/io.h>
#include <avr/wdt.h>
+ #include <avr/pgmspace.h>
+ #include <avr/power.h>
#include <string.h>
#include <stdio.h>
- #include <avr/pgmspace.h>
#include "Descriptors.h"
#include "RNDIS.h"