aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-22 04:20:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-22 04:20:45 +0000
commit5f3c4cc6e044bdfd4c35b5e27a2841b961766843 (patch)
tree9e88f349307a63cedbf9e4cf6b35b57c366726d3 /Demos/Host/Incomplete
parentc459ef69815366c11d2d00c51b75908603ed3ca1 (diff)
downloadlufa-5f3c4cc6e044bdfd4c35b5e27a2841b961766843.tar.gz
lufa-5f3c4cc6e044bdfd4c35b5e27a2841b961766843.tar.bz2
lufa-5f3c4cc6e044bdfd4c35b5e27a2841b961766843.zip
Reverted modifications to USBInterrupt.h that were intefering with correct host mode operation.
Fixed SUSPI interrupt not being cleared during device mode enumeration, causing accidental mis-fires on re-enumeration. Fixed JTAG_DEBUG_POINT() and JTAG_DEBUG_BREAK() macros not compiling under pure C99 standards mode.
Diffstat (limited to 'Demos/Host/Incomplete')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/makefile b/Demos/Host/Incomplete/BluetoothHost/makefile
index 9620ffadf..c65cd0f5f 100644
--- a/Demos/Host/Incomplete/BluetoothHost/makefile
+++ b/Demos/Host/Incomplete/BluetoothHost/makefile
@@ -80,7 +80,7 @@ BOARD = USBKEY
# does not *change* the processor frequency - it should merely be updated to
# reflect the processor speed set externally so that the code can use accurate
# software delays.
-F_CPU = 16000000
+F_CPU = 8000000
# Input clock frequency.