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

visual studio code: undef ref to debug_init #41

Closed
geetee24 opened this issue Dec 29, 2021 · 1 comment
Closed

visual studio code: undef ref to debug_init #41

geetee24 opened this issue Dec 29, 2021 · 1 comment

Comments

@geetee24
Copy link

#include <app_api.h>
#include <avr8-stub.h>

debug_init ();

verify:

In function setup': vsc/hisketch.ino:10: undefined reference to debug_init'

@jdolinay
Copy link
Owner

jdolinay commented Jan 3, 2022

This is likely the same problem as #40, once the library is included correctly, the debug_init function will be included in the build.

@jdolinay jdolinay mentioned this issue Jan 3, 2022
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