Skip to content

Conversation

mhightower83
Copy link
Contributor

Replaced relevent usage of (void *) with fn_putc1_t.
Correct usage of ets_putc(), returning 0, in libc_replacement.cpp
This PR assumes PR #6489 (comment) has merged and removes uart_buff_switch from umm_performance.cpp in this PR.
Updated method of defining _rom_putc1 to be more acceptable (I hope) to the new compiler.

Replaced relevent usage of `(void *)` with `fn_putc1_t`.
Correct usage of `ets_putc()`, returning 0, in libc_replacement.cpp
This PR assumes PR esp8266#6489 (comment) has merged and removes `uart_buff_switch` from `umm_performance.cpp`
Updated method of defining `_rom_putc1` to be more acceptable (I hope) to the new compiler.
Added comments to ets_putc() and ets_uart_putc1() to explain their
differences. Change prototype of ets_putc() to conform with fp_putc_t.
Updated _isr_safe_printf_P to use new definition, ets_uart_putc1.
Copy link
Collaborator

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, next to merge

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

Successfully merging this pull request may close these issues.

4 participants