By clicking “Sign up for GitHub”, you agree to our
terms of service
and
privacy statement
. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
This commit addresses issue openthread#191.
This file was being included for `size_t`, but this header is not available
on IAR platforms. We can generally get `size_t` from including stdio.h.
This commit addresses issue #191.
This file was being included for `size_t`, but this header is not available
on IAR platforms. We can generally get `size_t` from including stdio.h.
EOVERFLOW
and
EINVAL
should come from
errno.h
, included in
spinel.c
. Maybe IAR doesn't define these errors?
ssize_t
should get pulled in by
stdio.h
, which needs it for the return value of
printf()
.
Er, nevermind,
printf()
returns
int
. >_<
I'll just get rid of the use of
ssize_t
. Will figure out what to do about
EOVERFLOW
...
Merge in WMN_STACKS/openthread from feature/platform/CPC-285-endpoint-read-write-event-flags to develop/22q4
* commit 'ee35aa41dca40b0161cba79c72826af60352dd96':
CPC-285: Fix flags for endpoint APIs