diff --git a/src/states/state.h b/src/states/state.h index 7da8c77..c96b587 100644 --- a/src/states/state.h +++ b/src/states/state.h @@ -1,7 +1,8 @@ #pragma once #include "../device.h" -// each of these are each state +// each of these are the functions that prove +// the given state transition void setDeviceStateToLock(Device_t *device); void setDeviceStateToUnlock(Device_t *device); void setDeviceStateToDebug(Device_t *device);