From 9b7030c7db9eddd5f5cd143b0e6ce1569a95c325 Mon Sep 17 00:00:00 2001 From: Singular Devices Date: Wed, 14 Jul 2021 06:10:18 +0000 Subject: [PATCH] agrego propiedad charging a struct car --- open-led-race/olr-lib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/open-led-race/olr-lib.h b/open-led-race/olr-lib.h index 2fed95f..9bec97f 100644 --- a/open-led-race/olr-lib.h +++ b/open-led-race/olr-lib.h @@ -55,6 +55,7 @@ typedef struct{ enum status st; bool leaving; float battery; + int charging; }car_t;