diff options
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. |