mirror of
https://github.com/supleed2/ELEC50003-P1-CW.git
synced 2024-11-10 01:35:50 +00:00
Fix instruction struct
Type declaration of colour variable
This commit is contained in:
parent
c98bafd6f7
commit
531a86c6d0
|
@ -19,7 +19,7 @@ typedef struct instruction
|
|||
float speed;
|
||||
int charge;
|
||||
int time;
|
||||
Colour_t colour;
|
||||
int colour;
|
||||
} RoverInstruction;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue