removed un needed comment

This commit is contained in:
sirlilpanda
2025-08-29 09:29:55 +12:00
parent 4aa76fe70c
commit 0c49a11a7b

View File

@@ -1,7 +1,6 @@
#pragma once #pragma once
#include "../device.h" #include "../device.h"
// why nothing working?
// each of these are each state // each of these are each state
void setDeviceStateToLock(Device_t *device); void setDeviceStateToLock(Device_t *device);
void setDeviceStateToUnlock(Device_t *device); void setDeviceStateToUnlock(Device_t *device);