correct conflit left for Data branch merge , double function definition

This commit is contained in:
QuentinPerret 2023-05-09 13:46:39 +02:00
parent 118504546e
commit 14107f0301

View file

@ -110,16 +110,6 @@ int lastIndexCaptor()
return lastIndex;
}
int lastIndexCaptor(){
int lastIndex = 0;
for(int i = 1 ; i < 8 ; i++){
if(selectionCaptors[i]){
lastIndex = i;
}
}
return lastIndex;
}
/**
* @brief write one lign of rawData in the file @param rawDataFile (simulate of freq of the Vegetal Signals Captor)
*