summaryrefslogtreecommitdiff
path: root/shared-module/bleio/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-module/bleio/Service.h')
-rw-r--r--shared-module/bleio/Service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/bleio/Service.h b/shared-module/bleio/Service.h
index 540749793..7fee57f1d 100644
--- a/shared-module/bleio/Service.h
+++ b/shared-module/bleio/Service.h
@@ -34,7 +34,7 @@ typedef struct {
uint16_t handle;
bool is_secondary;
bleio_uuid_obj_t *uuid;
- // May be a LocalPeripheral, RemotePeripheral, etc.
+ // May be a PeripheralServer, CentralClient, etc.
mp_obj_t *device;
mp_obj_t char_list;
uint16_t start_handle;