diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-01 03:07:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-01 03:07:05 +0000 |
commit | e0ef5741d49dc5b36f3bb8165506b51006e68ee3 (patch) | |
tree | d257339e2716b868ac9b01bf731da384418c74f3 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h | |
parent | 587f3203333adb68fe3d4c89bc1a07698f180030 (diff) | |
download | lufa-e0ef5741d49dc5b36f3bb8165506b51006e68ee3.tar.gz lufa-e0ef5741d49dc5b36f3bb8165506b51006e68ee3.tar.bz2 lufa-e0ef5741d49dc5b36f3bb8165506b51006e68ee3.zip |
Move SDP service tables out into a new set of files, to make the SDP service code cleaner.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h index ff1dec749..4b16a8f48 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h @@ -28,6 +28,11 @@ this software. */ +/** \file + * + * Header file for BluetoothStack.c. + */ + #ifndef _BLUETOOTH_STACK_ #define _BLUETOOTH_STACK_ |