Rename InitBridgeProtocolScheduler() to InitSlaveScheduler()

This commit is contained in:
László Monda
2017-05-05 01:13:36 +02:00
parent b21cd8b493
commit f9a9ebb1d9
4 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ void main() {
handleUsbBusPalCommand();
} else {
LedDriver_InitAllLeds(1);
InitBridgeProtocolScheduler();
InitSlaveScheduler();
KeyMatrix_Init(&KeyMatrix);
UpdateUsbReports();
InitUsb();