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

pico/util/queue.h missing 'extern "C"' #249

Closed
audryhome opened this issue Mar 11, 2021 · 2 comments · Fixed by #260
Closed

pico/util/queue.h missing 'extern "C"' #249

audryhome opened this issue Mar 11, 2021 · 2 comments · Fixed by #260
Assignees
Milestone

Comments

@audryhome
Copy link

You have to add it manually in your application header file.

@kilograham kilograham added this to the 1.1.1 milestone Mar 11, 2021
@lurch
Copy link
Contributor

lurch commented Mar 11, 2021

Just out of curiosity, how did this get missed out of #106 @Wren6991 / @kilograham ?

@kilograham kilograham self-assigned this Mar 15, 2021
@kilograham kilograham mentioned this issue Mar 15, 2021
@kilograham kilograham linked a pull request Mar 15, 2021 that will close this issue
Wren6991 pushed a commit that referenced this issue Mar 17, 2021
* pico_stdio_usb: be more explicit about includes, fix warning (#257)

* pico_base: NDEBUG backwards for absolute_time_t (#255)

* pico_util: missing extern C in queue.h (#249)

* build: remove -march which was masking -mcpu, now SVC available (#253)
@Wren6991
Copy link
Contributor

Fixed by #260

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 a pull request may close this issue.

4 participants