Rename UhkModulePhase_SendPwmBrightnessCommand to UhkModulePhase_SetLedPwmBrightness

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

View File

@@ -23,7 +23,7 @@
typedef enum {
UhkModulePhase_RequestKeyStates,
UhkModulePhase_ReceiveKeystates,
UhkModulePhase_SendPwmBrightnessCommand,
UhkModulePhase_SetLedPwmBrightness,
UhkModulePhase_SendTestLedCommand,
} uhk_module_phase_t;