Rename BridgeSlaveType_* enums to UhkSlaveType_*

This commit is contained in:
László Monda
2017-05-05 00:13:40 +02:00
parent c8abc2ec8e
commit 4ce83593fa
+3 -3
View File
@@ -8,9 +8,9 @@
// Typedefs: // Typedefs:
typedef enum { typedef enum {
BridgeSlaveType_LedDriver, UhkSlaveType_LedDriver,
BridgeSlaveType_UhkModule, UhkSlaveType_UhkModule,
BridgeSlaveType_Touchpad UhkSlaveType_Touchpad
} uhk_slave_type_t; } uhk_slave_type_t;
typedef bool (slave_handler_t)(uint8_t); typedef bool (slave_handler_t)(uint8_t);