Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
0d1f8868
Commit
0d1f8868
authored
Mar 15, 2016
by
Damien George
Browse files
py: For mp_buffer_info_t, change len type from mp_uint_t to size_t.
parent
77f85db4
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/obj.h
View file @
0d1f8868
...
...
@@ -425,7 +425,7 @@ typedef struct _mp_buffer_info_t {
//int ver; // ?
void
*
buf
;
// can be NULL if len == 0
mp_uint
_t
len
;
// in bytes
size
_t
len
;
// in bytes
int
typecode
;
// as per binary.h
// Rationale: to load arbitrary-sized sprites directly to LCD
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment