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
2ea019f3
Commit
2ea019f3
authored
May 26, 2016
by
Paul Sokolovsky
Browse files
extmod/modussl: Coverage build fixes.
parent
37f97618
Changes
1
Hide whitespace changes
Inline
Side-by-side
extmod/modussl.c
View file @
2ea019f3
...
...
@@ -195,6 +195,8 @@ const mp_obj_module_t mp_module_ussl = {
// These functions might be split to stream_posix.c. They are referenced by
// axtls os_port.h .
ssize_t
mp_stream_posix_write
(
void
*
sock_obj
,
const
void
*
buf
,
size_t
len
);
ssize_t
mp_stream_posix_read
(
void
*
sock_obj
,
void
*
buf
,
size_t
len
);
int
mp_stream_errno
;
...
...
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