Hello guys
I try to learn Virtual USB programming of AVR MCUs.
So I began by ‘hid_custom_rq’ example that controls one LED by command line program.
I successfully compiled Mega8 and windows command line C programs and the result was ok on my bread board.
For more experiences I added
“#define DEBUG_LEVEL 1 “ to first line of ‘ main.c’ file to use serial debugging but unfortunately
I received “Undefined reference to ‘odDebug’ " for two “DBG1 ()” lines of “main.c”.
Could some one help me to solve this?
Yours,
M-Banan