comment get_state fn

This commit is contained in:
2023-10-12 18:45:26 +01:00
parent a911d97781
commit eeed51f882

View File

@@ -52,6 +52,8 @@ int main()
} }
// Could be implemented as a C macro, which would be faster
// but I've forgotten how to define C macros
enum states get_state() enum states get_state()
{ {
/* If A is 0 and B is 0, system is in State 1 /* If A is 0 and B is 0, system is in State 1