Bluetooth: services: Move health thermometer service
Move the health thermometer service into the sample folder that demonstrates it. This avoids long build paths Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
029a66a195
commit
eecc58fafd
4 changed files with 1 additions and 4 deletions
|
@ -8,7 +8,4 @@ project(peripheral_ht)
|
|||
FILE(GLOB app_sources src/*.c)
|
||||
target_sources(app PRIVATE
|
||||
${app_sources}
|
||||
../gatt/hts.c
|
||||
)
|
||||
|
||||
zephyr_library_include_directories($ENV{ZEPHYR_BASE}/samples/bluetooth)
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <bluetooth/gatt.h>
|
||||
#include <bluetooth/services/bas.h>
|
||||
|
||||
#include <gatt/hts.h>
|
||||
#include "hts.h"
|
||||
|
||||
struct bt_conn *default_conn;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue