agrego propiedad charging a struct car
This commit is contained in:
parent
29c54a8c89
commit
9b7030c7db
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ typedef struct{
|
||||||
enum status st;
|
enum status st;
|
||||||
bool leaving;
|
bool leaving;
|
||||||
float battery;
|
float battery;
|
||||||
|
int charging;
|
||||||
}car_t;
|
}car_t;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue