compiler warning

This commit is contained in:
Rene Hopf
2015-07-02 18:53:32 +02:00
parent 27dab0e78d
commit f03c3eb758
-1
View File
@@ -90,7 +90,6 @@ void save(){
param_t param;
for(int i = 0; i < hal.hal_pin_count; i++){
char name[7];
int address = 0;
strncpy(name,hal.hal_pins[i]->name,5);
name[6] = '\0';
if(!strcmp(name, "conf0")){