From 14107f0301b2bcdf352c841fa66c811aa7c60ec1 Mon Sep 17 00:00:00 2001 From: QuentinPerret Date: Tue, 9 May 2023 13:46:39 +0200 Subject: [PATCH] correct conflit left for Data branch merge , double function definition --- Code-C/simulateFlux.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Code-C/simulateFlux.c b/Code-C/simulateFlux.c index f65a19c..dd5cef2 100644 --- a/Code-C/simulateFlux.c +++ b/Code-C/simulateFlux.c @@ -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) *