diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-23 09:16:47 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-23 09:16:47 +0000 |
commit | c58c53dba90fdc19d38f5e5d6957f2ede2a740f3 (patch) | |
tree | 3af0e61a80ef741ed00febe0991bbe3dbbae5d1e /Demos | |
parent | 49b09a2042368947ab34f788f00b710183912285 (diff) | |
download | lufa-c58c53dba90fdc19d38f5e5d6957f2ede2a740f3.tar.gz lufa-c58c53dba90fdc19d38f5e5d6957f2ede2a740f3.tar.bz2 lufa-c58c53dba90fdc19d38f5e5d6957f2ede2a740f3.zip |
Added incomplete MIDIToneGenerator project.
Diffstat (limited to 'Demos')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h | 1 | ||||
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h index ae46d3ac0..74924e0dc 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h @@ -56,7 +56,6 @@ #define BLUETOOTH_CONFIGURATION_SUCCESSFUL 0x0000
#define BLUETOOTH_CONFIGURATION_REJECTED 0x0002
#define BLUETOOTH_CONFIGURATION_UNKNOWNOPTIONS 0x0003
-
/* Type Defines: */
typedef struct
diff --git a/Demos/Host/Incomplete/BluetoothHost/makefile b/Demos/Host/Incomplete/BluetoothHost/makefile index 63c7f527a..e4b3f234c 100644 --- a/Demos/Host/Incomplete/BluetoothHost/makefile +++ b/Demos/Host/Incomplete/BluetoothHost/makefile @@ -60,7 +60,7 @@ # MCU name
-MCU = at90usb1287
+MCU = at90usb647
# Target board (see library "Board Types" documentation, NONE for projects not requiring
|