From 27700ff4b67d9e8351da875c6f4d58a8f1311e5d Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 22 May 2011 17:21:56 +0200 Subject: digital/io-hub: rename element to element_type where appropriated --- digital/io-hub/src/robospierre/logistic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io-hub/src/robospierre/logistic.h') diff --git a/digital/io-hub/src/robospierre/logistic.h b/digital/io-hub/src/robospierre/logistic.h index c6aa4159..fd47bd1e 100644 --- a/digital/io-hub/src/robospierre/logistic.h +++ b/digital/io-hub/src/robospierre/logistic.h @@ -59,7 +59,7 @@ logistic_update (void); /** To be called when a new element is entering the robot. */ void -logistic_element_new (uint8_t pos, uint8_t element); +logistic_element_new (uint8_t pos, uint8_t element_type); /** To be called when a element movement is done. */ void -- cgit v1.2.3