summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/robospierre/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/robospierre/element.h')
-rw-r--r--digital/io-hub/src/robospierre/element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io-hub/src/robospierre/element.h b/digital/io-hub/src/robospierre/element.h
index 5b6ad9a4..f9420cdb 100644
--- a/digital/io-hub/src/robospierre/element.h
+++ b/digital/io-hub/src/robospierre/element.h
@@ -96,7 +96,7 @@ struct element_t
int8_t bonus_unload;
/** Failure expiration date, can not take this element until chrono is
* lower than this date in seconds. */
- uint8_t failure_until_s;
+ int8_t failure_until_s;
};
typedef struct element_t element_t;