bluetooth_gatt: avoid // in /* .. */ comment

This commit is contained in:
Matthias Ringwald 2022-11-02 15:30:03 +01:00
parent c824d78c0a
commit e3b79769a6

View File

@ -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
*/