Bluetooth: services: Move Current Time service sample

Move the Current Time service into the sample that demonstrates it.
This avoids long build paths

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2019-07-04 17:09:24 +02:00 committed by Johan Hedberg
commit 88f13ebab6
4 changed files with 2 additions and 4 deletions

View file

@ -6,7 +6,5 @@ project(peripheral)
target_sources(app PRIVATE
src/main.c
../gatt/cts.c
src/cts.c
)
zephyr_library_include_directories($ENV{ZEPHYR_BASE}/samples/bluetooth)