diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-07-16 23:14:49 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-07-16 23:14:49 -0400 |
| commit | 6494bbdc64f1633b5935c8b314139c19945328ba (patch) | |
| tree | 39202abf0d711914d04de41cfeff7e86be20b6aa /shared-bindings | |
| parent | b08b0264cce3fae379035da4d53b8e96174405aa (diff) | |
snapshot
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/_bleio/UUID.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/UUID.h b/shared-bindings/_bleio/UUID.h index 1490737a7..178b0ca96 100644 --- a/shared-bindings/_bleio/UUID.h +++ b/shared-bindings/_bleio/UUID.h @@ -34,7 +34,7 @@ void bleio_uuid_print(const mp_print_t *print, mp_obj_t self_in, mp_print_kind_t extern const mp_obj_type_t bleio_uuid_type; -extern void common_hal_bleio_uuid_construct(bleio_uuid_obj_t *self, mp_int_t uuid16, const uint8_t uuid128[]); +extern void common_hal_bleio_uuid_construct(bleio_uuid_obj_t *self, mp_int_t uuid16, const uint8_t uuid128[16]); extern uint32_t common_hal_bleio_uuid_get_uuid16(bleio_uuid_obj_t *self); extern bool common_hal_bleio_uuid_get_uuid128(bleio_uuid_obj_t *self, uint8_t uuid128[16]); extern uint32_t common_hal_bleio_uuid_get_size(bleio_uuid_obj_t *self); |
