Skip to content

Use of Serial.end() gives linking error #1522

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

Closed
sticilface opened this issue Jan 28, 2016 · 1 comment
Closed

Use of Serial.end() gives linking error #1522

sticilface opened this issue Jan 28, 2016 · 1 comment

Comments

@sticilface
Copy link
Contributor

If serial.end() is called the following error is produced.
Appeared in commit e255f25

.pioenvs/nodemcu2/libFrameworkArduino.a(uart.o):(.text.uart_uninit+0x0): undefined reference to `os_free'
.pioenvs/nodemcu2/libFrameworkArduino.a(uart.o): In function `uart_uninit':
uart.c:(.text.uart_uninit+0x37): undefined reference to `os_free'
collect2: error: ld returned 1 exit status
@igrr
Copy link
Member

igrr commented Jan 28, 2016

Oh, sorry, that was my previous pull request. Will fix.

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

2 participants