summaryrefslogtreecommitdiffstatshomepage
path: root/py/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/obj.h')
-rw-r--r--py/obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/obj.h b/py/obj.h
index fa42428fad..928402d44a 100644
--- a/py/obj.h
+++ b/py/obj.h
@@ -210,7 +210,7 @@ typedef struct _mp_buffer_info_t {
// them with ver = sizeof(struct). Cons: overkill for *micro*?
//int ver; // ?
- void *buf;
+ void *buf; // can be NULL if len == 0
mp_int_t len; // in bytes
int typecode; // as per binary.h