Make the slave scheduler always jump to the next slave by disallowing slave drivers to lock the scheduler.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
UhkSlaveType_Touchpad
|
||||
} uhk_slave_type_t;
|
||||
|
||||
typedef bool (slave_handler_t)(uint8_t);
|
||||
typedef void (slave_handler_t)(uint8_t);
|
||||
|
||||
typedef struct {
|
||||
uint8_t moduleId; // This is a unique, per-module ID.
|
||||
|
||||
Reference in New Issue
Block a user