added comments

This commit is contained in:
sirlilpanda
2025-09-01 23:21:57 +12:00
parent f73b377911
commit 04aaf93071

View File

@@ -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);