Problem mit AVR-G ++ 13.3.0 CONT-CHAR-Array als Parameter in atmega4809 (40 Stifte)
Posted: 03 Mar 2025, 00:57
Der folgende Code funktioniert nicht in atmega4809 :
Code: Select all
#include
#include
void f(const char str[])
{
if (str[0] == 'a'){ //