steering-wheel-stm/Core/Src/state.c

5 lines
100 B
C

#include "state.h"
STWState stw_state;
void state_init() { stw_state.view = VIEW_MISSION_SELECT; }