Rename JumpToKboot() to JumpToBootloader()

This commit is contained in:
László Monda
2017-09-22 01:25:20 +02:00
parent ccc93f48cc
commit 4e665b5701
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ void SlaveProtocolHandler(void)
LedPwm_SetBrightness(brightnessPercent);
break;
case SlaveCommand_JumpToBootloader:
JumpToKboot();
JumpToBootloader();
break;
}
}