From e3b79769a66276bd8b182a3d47ffc536bfb8e639 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 2 Nov 2022 15:30:03 +0100 Subject: [PATCH] bluetooth_gatt: avoid // in /* .. */ comment --- src/bluetooth_gatt.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bluetooth_gatt.h b/src/bluetooth_gatt.h index 7793ad6f2..ec15680ca 100644 --- a/src/bluetooth_gatt.h +++ b/src/bluetooth_gatt.h @@ -60,7 +60,8 @@ #define ORG_BLUETOOTH_SERVICE_WEIGHT_SCALE 0x181D // Weight Scale /** - * Assigned numbers, manually added from btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf + * Assigned numbers, manually added from: + * btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf * and processed with tool: bluetooth_gatt_process_uuid_list.py */ #define ORG_BLUETOOTH_SERVICE_AUDIO_INPUT_CONTROL 0x1843 // Audio Input Control @@ -315,7 +316,7 @@ /** * Assigned numbers, manually added from: - * https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf + * btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf * and processed with tool: bluetooth_gatt_process_uuid_list.py */