diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-17 23:36:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-17 23:36:05 +0000 |
commit | f13bc35a199f3840aaaabecf5f8616f20da7c262 (patch) | |
tree | 1aaca6a02181db48539101ca56773e52199c9a77 /Demos/Host/Incomplete/BluetoothHost/makefile | |
parent | ff61dfa50589bc65bf5642feb80a0f23a237d76b (diff) | |
download | lufa-f13bc35a199f3840aaaabecf5f8616f20da7c262.tar.gz lufa-f13bc35a199f3840aaaabecf5f8616f20da7c262.tar.bz2 lufa-f13bc35a199f3840aaaabecf5f8616f20da7c262.zip |
Begin processing code for Service Discovery Protocol attributes.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/makefile')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/makefile b/Demos/Host/Incomplete/BluetoothHost/makefile index cd3bc305d..ab535f906 100644 --- a/Demos/Host/Incomplete/BluetoothHost/makefile +++ b/Demos/Host/Incomplete/BluetoothHost/makefile @@ -60,7 +60,7 @@ # MCU name -MCU = at90usb647 +MCU = at90usb1287 # Target board (see library "Board Types" documentation, NONE for projects not requiring @@ -87,7 +87,7 @@ BOARD = USBKEY # F_CPU = 16000000 # F_CPU = 18432000 # F_CPU = 20000000 -F_CPU = 8000000 +F_CPU = 16000000 # Input clock frequency. |