From ecf585f6124cae915d5e33b68b0d77575887952d Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sun, 29 Apr 2018 21:55:49 +0200 Subject: [PATCH] test/pts: fix warning --- test/pts/gatt_profiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pts/gatt_profiles.c b/test/pts/gatt_profiles.c index a66de4d89..111b1f7f9 100644 --- a/test/pts/gatt_profiles.c +++ b/test/pts/gatt_profiles.c @@ -146,7 +146,7 @@ static int att_write_callback(hci_con_handle_t connection_handle, uint16_t att_h static void show_usage(void){ printf("## BAS\n"); - printf("a - send 50% battery level\n"); + printf("a - send 50%% battery level\n"); } static void stdin_process(char c){