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

Unknown reference to "UpdateCurrentCompatibilityMode" #184

Closed
marecl opened this issue Sep 11, 2022 · 2 comments
Closed

Unknown reference to "UpdateCurrentCompatibilityMode" #184

marecl opened this issue Sep 11, 2022 · 2 comments

Comments

@marecl
Copy link

marecl commented Sep 11, 2022

Hi
I'm currently messing around with AVRISPmkII code and I found that function UpdateCurrentCompatibilityMode() is not defined anywhere.
I've searched through all LUFA and AVR sources but cannot find anything on this function. It doesn't exist in LUFA docs and sources, AVR toolchain or project files.
Where is this function declared? How come VSCode can't compile it but AVR Studio can?

Thanks in advance

@abcminiuser
Copy link
Owner

Should be fixed in eb9b67b - there was some ancient vestigial code in there that should have been deleted, for a compile time option that was removed years ago. Not sure why your IDE would be setting that old pre-processor definition that would call it however.

@marecl
Copy link
Author

marecl commented Sep 12, 2022

Thanks for your help! :)
I enabed it manually. Together with some other options but this one has been giving me headaches
While searching I also found it in XPLAINED Bridge.

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