Fix instruction struct

Type declaration of colour variable
This commit is contained in:
Aadi Desai 2021-06-15 08:52:33 +01:00
parent c98bafd6f7
commit 531a86c6d0

View file

@ -19,7 +19,7 @@ typedef struct instruction
float speed; float speed;
int charge; int charge;
int time; int time;
Colour_t colour; int colour;
} RoverInstruction; } RoverInstruction;
#endif #endif