Rename UhkModulePhase_SendKeystatesRequestCommand to UhkModulePhase_RequestKeyStates

This commit is contained in:
László Monda
2017-09-22 02:51:01 +02:00
parent ac138d2da6
commit 43c07dde21
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
} uhk_module_id_t;
typedef enum {
UhkModulePhase_SendKeystatesRequestCommand,
UhkModulePhase_RequestKeyStates,
UhkModulePhase_ReceiveKeystates,
UhkModulePhase_SendPwmBrightnessCommand,
UhkModulePhase_SendTestLedCommand,