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

[BUG] Can't build because ISO15765_ADDR_TYPE not found #13

Closed
N0cynym opened this issue Feb 17, 2021 · 1 comment
Closed

[BUG] Can't build because ISO15765_ADDR_TYPE not found #13

N0cynym opened this issue Feb 17, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@N0cynym
Copy link

N0cynym commented Feb 17, 2021

This is my current error message:


error[E0599]: no variant or associated item named `ISO15765_ADDR_TYPE` found for enum `ConnectFlags` in the current scope
   --> src/commapi/passthru_api.rs:139:35
    |
139 |            flags |= ConnectFlags::ISO15765_ADDR_TYPE as u32;
    |                                   ^^^^^^^^^^^^^^^^^^ variant or associated item not found in `ConnectFlags`

If I comment it out I can run OVD.

@N0cynym N0cynym added the bug Something isn't working label Feb 17, 2021
@rnd-ash
Copy link
Owner

rnd-ash commented Mar 18, 2021

Closing. Fixed in 3bb02a0

@rnd-ash rnd-ash closed this as completed Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants