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

add include for u1_t type #914

Merged
merged 1 commit into from
Nov 21, 2022
Merged

add include for u1_t type #914

merged 1 commit into from
Nov 21, 2022

Conversation

supcik
Copy link

@supcik supcik commented Nov 9, 2022

If the #include "hal/hal.h" comes before the #include "lmic.h", the compiler complains that the u1_t is not defined. This small change resolves this problem.

@supcik
Copy link
Author

supcik commented Nov 20, 2022

@terrillmoore, what do you think about this pull request?

@terrillmoore
Copy link
Member

terrillmoore commented Nov 20, 2022 via email

@supcik
Copy link
Author

supcik commented Nov 20, 2022

Thank you for the update.

@terrillmoore
Copy link
Member

Looks good to me. Unfortunately, CI testing is broken, apparently due to a breaking change in arduino-cli. But I'll approve this, as it looks as if it's safe.

@terrillmoore terrillmoore merged commit 4ceb2b0 into mcci-catena:master Nov 21, 2022
@supcik
Copy link
Author

supcik commented Nov 21, 2022

Thank you. Do you want me to have a look at the CI testing issue within the Github action?

@terrillmoore
Copy link
Member

If you have time, that would be great. The issue seems to be in the common script, where it calls arduino-cli -- for some reason, the platform isn't found. Obviously, something changed. Hopefully it's trivial. The script may be unpleasant to work on....

Otherwise, will plan to look at this after I make my release.

@supcik
Copy link
Author

supcik commented Nov 22, 2022

I think I found the problem with the installation of the arduino-cli. See the pull request in the mcci-catena-ci project.

@terrillmoore
Copy link
Member

Yep, I think you did too, thanks! Merged. I'll start a CI run now to confirm.

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.

2 participants