Add UhkModulePhase_ProcessKeystates and extract relevant code into its section.

This commit is contained in:
László Monda
2017-09-22 03:13:53 +02:00
parent cc57daa674
commit 2aa74853b5
2 changed files with 6 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
typedef enum {
UhkModulePhase_RequestKeyStates,
UhkModulePhase_ReceiveKeystates,
UhkModulePhase_ProcessKeystates,
UhkModulePhase_SetLedPwmBrightness,
UhkModulePhase_SetTestLed,
} uhk_module_phase_t;