From 463bbfc472e169ed9942cd93ff8ce3c5f9da513e Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 25 Sep 2024 18:13:34 +0200 Subject: [PATCH] example: add gatt_service_client to Makefile.inc --- example/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile.inc b/example/Makefile.inc index 0ea3531b2..c7b25b5fc 100644 --- a/example/Makefile.inc +++ b/example/Makefile.inc @@ -87,7 +87,7 @@ GATT_SERVER += \ GATT_CLIENT += \ gatt_client.c \ - gatt_servce_client.c \ + gatt_service_client.c \ battery_service_client.c \ device_information_service_client.c \ scan_parameters_service_client.c \