diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-01 03:07:05 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-01 03:07:05 +0000 |
| commit | 1b09d80c40ebebc64ba11a72ec85bcd58236404a (patch) | |
| tree | d257339e2716b868ac9b01bf731da384418c74f3 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h | |
| parent | 27f32eb8b7b895950b6e01a31aa980e613463ed2 (diff) | |
Move SDP service tables out into a new set of files, to make the SDP service code cleaner.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1295 d5102386-fcda-11dd-9fdb-3debd5008f28
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 ff1dec74..4b16a8f4 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_ |
