added comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user