Make UsbCommand_JumpToSlaveBootloader expect a slave slot id instead of a uhkModuleDriverId.

This commit is contained in:
László Monda
2017-11-06 00:32:08 +01:00
parent 379fe6a4c7
commit 003f313947
5 changed files with 10 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@
// Macros:
#define SLOT_COUNT 4
#define IS_VALID_SLAVE_SLOT(slotId) (SlotId_LeftKeyboardHalf <= (slotId) && (slotId) <= SlotId_RightModule)
// Typedefs: