WItam,
Napisałem w Keilu program i mam taki fragment:
Zmienne są tak zdefiniowane:
uint8_t cnt;
volatile uint8_t Received[Max_Rxd1_size];
Wszystko działa mi prawidłowo, ale kompilator daje mi ostrzeżenie tego typu:
../Src/main.c(225): warning: #223-D: function "strlen" declared implicitly
cnt= strlen(Received);
Jak mozna sobie z tym poradzić?
Napisałem w Keilu program i mam taki fragment:
Kod: C / C++
Zmienne są tak zdefiniowane:
uint8_t cnt;
volatile uint8_t Received[Max_Rxd1_size];
Wszystko działa mi prawidłowo, ale kompilator daje mi ostrzeżenie tego typu:
../Src/main.c(225): warning: #223-D: function "strlen" declared implicitly
cnt= strlen(Received);
Jak mozna sobie z tym poradzić?