summaryrefslogtreecommitdiff
path: root/extmod/modbluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/modbluetooth.c')
-rw-r--r--extmod/modbluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modbluetooth.c b/extmod/modbluetooth.c
index bd4d9b717..4cc57b3d5 100644
--- a/extmod/modbluetooth.c
+++ b/extmod/modbluetooth.c
@@ -248,7 +248,7 @@ const mp_obj_type_t mp_type_bluetooth_uuid = {
.binary_op = bluetooth_uuid_binary_op,
.locals_dict = NULL,
.print = bluetooth_uuid_print,
- .buffer_p = { .get_buffer = bluetooth_uuid_get_buffer },
+ .buffer = bluetooth_uuid_get_buffer,
};
// ----------------------------------------------------------------------------