Add new SlaveId_* values and an explanatory comment.

This commit is contained in:
László Monda
2017-09-28 22:59:22 +02:00
parent c04c5de504
commit 55e0872967

View File

@@ -7,8 +7,10 @@
// Typedefs:
typedef enum {
typedef enum { // Slaves[] is meant to be indexed with these values
SlaveId_LeftKeyboardHalf,
SlaveId_LeftAddon,
SlaveId_RightAddon,
SlaveId_RightLedDriver,
SlaveId_LeftLedDriver,
} slave_id_t;