summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/UUID.c
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-01-09 13:31:32 -0500
committerDan Halbert <halbert@halwitz.org>2019-01-09 13:32:45 -0500
commite47decbdc567aaa7ce4de0d1b7ea8ebc46b09732 (patch)
tree7856edd51f89f79024e1b1a184427e12b873070a /shared-bindings/bleio/UUID.c
parent47a9d14ba6888ee53ae4fed95ae4d02b93dd8416 (diff)
improve travis fold status reporting; fix sphinx build; fix sphinx errors
Diffstat (limited to 'shared-bindings/bleio/UUID.c')
-rw-r--r--shared-bindings/bleio/UUID.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/bleio/UUID.c b/shared-bindings/bleio/UUID.c
index 2b42ab05c..703bc1c65 100644
--- a/shared-bindings/bleio/UUID.c
+++ b/shared-bindings/bleio/UUID.c
@@ -50,7 +50,7 @@
//| - a buffer object (bytearray, bytes) of 16 bytes in little-endian order (128-bit UUID)
//|
//| :param int/buffer value: The uuid value to encapsulate
-
+//|
STATIC mp_obj_t bleio_uuid_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *pos_args) {
mp_arg_check_num(n_args, n_kw, 1, 1, false);