Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

incorrect declaration of ets_delay_us #31

Closed
rojer opened this issue Jul 26, 2017 · 1 comment
Closed

incorrect declaration of ets_delay_us #31

rojer opened this issue Jul 26, 2017 · 1 comment

Comments

@rojer
Copy link

rojer commented Jul 26, 2017

ets_delay_us is declared in osapi.h as follows:

void ets_delay_us(uint16_t us);

in fact, its implementation operates on 32-bit argument, not 16-bit. it should be uint32_t.

cesantabot pushed a commit to cesanta/mjs that referenced this issue Jul 26, 2017
Caused by espressif/ESP8266_NONOS_SDK#31

PUBLISHED_FROM=8966102143dd21704cb12155256c603a02497ad8
cesantabot pushed a commit to cesanta/mongoose-os that referenced this issue Jul 26, 2017
Caused by espressif/ESP8266_NONOS_SDK#31

PUBLISHED_FROM=8966102143dd21704cb12155256c603a02497ad8
@wujiangang
Copy link
Contributor

Thanks, @rojer update in commit 4671b17

@FayeY FayeY closed this as completed Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants