From f13bc35a199f3840aaaabecf5f8616f20da7c262 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 17 May 2010 23:36:05 +0000 Subject: Begin processing code for Service Discovery Protocol attributes. --- Demos/Host/Incomplete/BluetoothHost/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos/Host/Incomplete/BluetoothHost/makefile') 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. -- cgit v1.2.3