Hallo, I have the following error message (for ATmega128): Error: Mtk.c(249): function argument #2 of type 'const unsigned char [10]' is incompatible with required parameter of type 'flash unsigned char *'
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
Thanks in advance!
CodeVision AVR problemHallo, I have the following error message (for ATmega128): Error: Mtk.c(249): function argument #2 of type 'const unsigned char [10]' is incompatible with required parameter of type 'flash unsigned char *'
Thanks in advance!
Guest
#6393810
Maybe use strcpy instead of strcpyf, where f means Flash...? br, mf Works! Thank you very much! ReplyPlease log in before posting. |