Rename UhkModuleId_* to UhkModuleDriverId_*.

This commit is contained in:
László Monda
2017-09-28 23:26:58 +02:00
parent 8b180d94b0
commit 69f3c86185
2 changed files with 8 additions and 8 deletions

View File

@@ -15,9 +15,9 @@
// Typedefs:
typedef enum {
UhkModuleId_LeftKeyboardHalf,
UhkModuleId_LeftAddon,
UhkModuleId_RightAddon,
UhkModuleDriverId_LeftKeyboardHalf,
UhkModuleDriverId_LeftAddon,
UhkModuleDriverId_RightAddon,
} uhk_module_id_t;
typedef enum {